[tor-commits] [tor/master] Addressed minor changes suggested in the ticket

nickm at torproject.org nickm at torproject.org
Wed Feb 12 18:49:03 UTC 2020


commit 809090d24d8576258fab6077e5e54e33e5c78bbe
Author: swati <swati.thacker at oracle.com>
Date:   Wed Feb 12 23:07:00 2020 +0530

    Addressed minor changes suggested in the ticket
---
 doc/tor.1.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 84ff5841f..87b327b9c 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2330,10 +2330,6 @@ is non-zero):
     level __notice__ message designed to help developers instrumenting Tor's
     main event loop. (Default: 0)
 
-[[MaxOnionQueueDelay]] **MaxOnionQueueDelay** __NUM__ [**msec**|**second**]::
-    If we have more onionskins queued for processing than we can process in
-    this amount of time, reject new ones. (Default: 1750 msec)
-
 [[MaxMemInQueues]] **MaxMemInQueues**  __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**::
     This option configures a threshold above which Tor will assume that it
     needs to stop queueing or buffering data because it's about to run out of
@@ -2344,6 +2340,10 @@ is non-zero):
     this.  If this option is set to 0, Tor will try to pick a reasonable
     default based on your system's physical memory.  (Default: 0)
 
+[[MaxOnionQueueDelay]] **MaxOnionQueueDelay** __NUM__ [**msec**|**second**]::
+    If we have more onionskins queued for processing than we can process in
+    this amount of time, reject new ones. (Default: 1750 msec)
+
 [[MyFamily]] **MyFamily** __fingerprint__,__fingerprint__,...::
     Declare that this Tor relay is controlled or administered by a group or
     organization identical or similar to that of the other relays, defined by
@@ -2527,11 +2527,6 @@ is non-zero):
     whatever the authorities suggest in the consensus (and block if the consensus
     is quiet on the issue). (Default: auto)
 
-[[RephistTrackTime]] **RephistTrackTime** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
-    Tells an authority, or other node tracking node reliability and history,
-    that fine-grained information about nodes can be discarded when it hasn't
-    changed for a given amount of time.  (Default: 24 hours)
-
 [[ServerDNSAllowBrokenConfig]] **ServerDNSAllowBrokenConfig** **0**|**1**::
     If this option is false, Tor exits immediately if there are problems
     parsing the system DNS configuration or connecting to nameservers.
@@ -2606,8 +2601,8 @@ is non-zero):
 // Please keep them that way!
 
 Relays publish most statistics in a document called the
-extra-info document. The following options describe the different
-types of statistics that Tor collects and writes:
+extra-info document. The following options affect the different
+types of statistics that Tor relays collect and publish:
 
 [[CellStatistics]] **CellStatistics** **0**|**1**::
     Relays only.
@@ -2681,6 +2676,11 @@ types of statistics that Tor collects and writes:
     If ExtraInfoStatistics is enabled, it will be published
     as a part of extra-info document. (Default: 1)
 
+[[RephistTrackTime]] **RephistTrackTime** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+    Tells an authority, or other node tracking node reliability and history,
+    that fine-grained information about nodes can be discarded when it hasn't
+    changed for a given amount of time.  (Default: 24 hours)
+
 == DIRECTORY SERVER OPTIONS
 
 The following options are useful only for directory servers. (Relays with





More information about the tor-commits mailing list