[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] new controller signal NEWNYM that makes new application req...
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
control-spec.txt
Log Message:
new controller signal NEWNYM that makes new application requests
use clean circuits.
Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -d -r1.74 -r1.75
--- control-spec.txt 8 Mar 2006 22:26:36 -0000 1.74
+++ control-spec.txt 9 Mar 2006 00:16:44 -0000 1.75
@@ -219,7 +219,7 @@ $Id$
"SIGNAL" SP Signal CRLF
Signal = "RELOAD" / "SHUTDOWN" / "DUMP" / "DEBUG" / "HALT" /
- "HUP" / "INT" / "USR1" / "USR2" / "TERM"
+ "HUP" / "INT" / "USR1" / "USR2" / "TERM" / "NEWNYM"
The meaning of the signals are:
@@ -231,6 +231,8 @@ $Id$
circuits. (like USR1)
DEBUG -- Debug: switch all open logs to loglevel debug. (like USR2)
HALT -- Immediate shutdown: clean up and exit now. (like TERM)
+ NEWNYM -- Switch to clean circuits, so new application requests
+ don't share any circuits with old ones.
The server responds with "250 OK" if the signal is recognized (or simply
closes the socket if it was asked to close immediately), or "552