[or-cvs] and put ShutdownWaitLength in man page

Roger Dingledine arma at seul.org
Sat Mar 12 20:18:40 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc

Modified Files:
	TODO tor.1.in 
Log Message:
and put ShutdownWaitLength in man page


Index: TODO
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- TODO	12 Mar 2005 04:22:00 -0000	1.277
+++ TODO	12 Mar 2005 20:18:38 -0000	1.278
@@ -82,7 +82,7 @@
       - If we never get a CONNECTED back, we should put the stream back in
         CONTROLLER_WAIT, not in CIRCUIT_WAIT.
     - 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.)
   o Changes for forward compatibility
     o If a version is later than the last in its series, but a version

Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- tor.1.in	12 Mar 2005 01:09:41 -0000	1.61
+++ tor.1.in	12 Mar 2005 20:18:38 -0000	1.62
@@ -310,6 +310,12 @@
 special target string "pass", which prevents subsequent rules from being
 considered.
 .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
 Every time the specified period elapses, Tor uploads its server
 descriptors to the directory servers.  This information is also



More information about the tor-commits mailing list