瀏覽代碼

new controller signal NEWNYM that makes new application requests
use clean circuits.


svn:r6104

Roger Dingledine 20 年之前
父節點
當前提交
8a72c2bd62
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/control-spec.txt

+ 3 - 1
doc/control-spec.txt

@@ -219,7 +219,7 @@ $Id$
      "SIGNAL" SP Signal CRLF
      "SIGNAL" SP Signal CRLF
 
 
      Signal = "RELOAD" / "SHUTDOWN" / "DUMP" / "DEBUG" / "HALT" /
      Signal = "RELOAD" / "SHUTDOWN" / "DUMP" / "DEBUG" / "HALT" /
-              "HUP" / "INT" / "USR1" / "USR2" / "TERM"
+              "HUP" / "INT" / "USR1" / "USR2" / "TERM" / "NEWNYM"
 
 
   The meaning of the signals are:
   The meaning of the signals are:
 
 
@@ -231,6 +231,8 @@ $Id$
                    circuits. (like USR1)
                    circuits. (like USR1)
       DEBUG     -- Debug: switch all open logs to loglevel debug. (like USR2)
       DEBUG     -- Debug: switch all open logs to loglevel debug. (like USR2)
       HALT      -- Immediate shutdown: clean up and exit now. (like TERM)
       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
   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
   closes the socket if it was asked to close immediately), or "552