[stem/master] Minor rewording for fallback directory addition

commit 7376fedaeb8b26397736e6f4bc02f913d86f49ca Author: Damian Johnson <atagar@torproject.org> Date: Wed Feb 24 10:01:00 2016 -0800 Minor rewording for fallback directory addition --- docs/change_log.rst | 3 ++- stem/descriptor/remote.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/change_log.rst b/docs/change_log.rst index c8dc434..7af44da 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -58,7 +58,8 @@ The following are only available within Stem's `git repository * **Descriptors** - * Fallback directory information, lessing the load of `stem.descriptor.remote <api/descriptor/remote.html>`_ on the directory authorities + * Added `fallback directory information <api/descriptor/remote.html#stem.descriptor.remote.FallbackDirectory>`_. + * Lessened dirauth load of `stem.descriptor.remote <api/descriptor/remote.html>`_ by using fallback directories as well * Support for ed25519 descriptor fields (:spec:`5a79d67`) * Server descriptor validation fails with 'extra-info-digest line had an invalid value' from additions in proposal 228 (:trac:`16227`) * :class:`~stem.descriptor.server_descriptor.BridgeDescriptor` now has 'ntor_onion_key' like its unsanitized counterparts diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 6739df5..13b49ab 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -816,10 +816,10 @@ def get_authorities(): class FallbackDirectory(Directory): """ - Tor directories tor uses as alternates for the authorities. These relays are - `hardcoded in tor <https://gitweb.torproject.org/tor.git/tree/src/or/fallback_dirs.inc>`_. + Particularly stable relays tor can instead of authorities when + bootstrapping. These relays are `hardcoded in tor <https://gitweb.torproject.org/tor.git/tree/src/or/fallback_dirs.inc>`_. - For example, following checks the performance of tor's fallback directories... + For example, the following checks the performance of tor's fallback directories... ::
participants (1)
-
atagar@torproject.org