[tor-commits] [torspec/master] Documenting HEARTBEAT controller signal.

nickm at torproject.org nickm at torproject.org
Tue Nov 25 17:47:59 UTC 2014


commit 1d1c11f12ab9cf32f44e29a9f322dd8fd04ecf9b
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Sun Nov 2 19:37:06 2014 +0200

    Documenting HEARTBEAT controller signal.
---
 control-spec.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/control-spec.txt b/control-spec.txt
index 70ddf3b..b349f6d 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -364,7 +364,7 @@
 
      Signal = "RELOAD" / "SHUTDOWN" / "DUMP" / "DEBUG" / "HALT" /
               "HUP" / "INT" / "USR1" / "USR2" / "TERM" / "NEWNYM" /
-              "CLEARDNSCACHE"
+              "CLEARDNSCACHE" / "HEARTBEAT"
 
   The meaning of the signals are:
 
@@ -381,6 +381,7 @@
                    don't share any circuits with old ones.  Also clears
                    the client-side DNS cache.  (Tor MAY rate-limit its
                    response to this signal.)
+      HEARTBEAT -- Make Tor dump an unscheduled Heartbeat message to log.
 
   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





More information about the tor-commits mailing list