Browse Source

and put ShutdownWaitLength in man page

svn:r3754
Roger Dingledine 20 years ago
parent
commit
a6b742dfb2
2 changed files with 7 additions and 1 deletions
  1. 1 1
      doc/TODO
  2. 6 0
      doc/tor.1.in

+ 1 - 1
doc/TODO

@@ -82,7 +82,7 @@ R     - revised circ selection stuff.
       - If we never get a CONNECTED back, we should put the stream back in
       - If we never get a CONNECTED back, we should put the stream back in
         CONTROLLER_WAIT, not in CIRCUIT_WAIT.
         CONTROLLER_WAIT, not in CIRCUIT_WAIT.
     - Tests for new controller features
     - Tests for new controller features
-R . HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
+R o HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
     other ORs.)
     other ORs.)
   o Changes for forward compatibility
   o Changes for forward compatibility
     o If a version is later than the last in its series, but a version
     o If a version is later than the last in its series, but a version

+ 6 - 0
doc/tor.1.in

@@ -310,6 +310,12 @@ redirection is to be performed on a given set of addresses by using the
 special target string "pass", which prevents subsequent rules from being
 special target string "pass", which prevents subsequent rules from being
 considered.
 considered.
 .TP
 .TP
+\fBShutdownWaitLength\fR\fINUM\fP
+When we get a SIGINT and we're a server, we begin shutting down: we close
+listeners and start refusing new circuits. After \fBNUM\fP seconds,
+we exit. If we get a second SIGINT, we exit immediately.  (Default:
+30 seconds)
+.TP
 \fBDirPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
 \fBDirPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP
 Every time the specified period elapses, Tor uploads its server
 Every time the specified period elapses, Tor uploads its server
 descriptors to the directory servers.  This information is also
 descriptors to the directory servers.  This information is also