[tor-commits] [torspec/master] Describe the HOST field of bootstrap messages, for 15006.

nickm at torproject.org nickm at torproject.org
Mon Mar 9 17:08:10 UTC 2015


commit e414a520eaf7ece983fb19c647da6742c12b62e7
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Feb 27 11:29:54 2015 -0500

    Describe the HOST field of bootstrap messages, for 15006.
---
 control-spec.txt |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/control-spec.txt b/control-spec.txt
index b527a40..d01c2e9 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1887,6 +1887,7 @@
       "REASON=" Keyword
       "COUNT=" num
       "RECOMMENDATION=" Keyword
+      [HOST=" QString
      ]
 
        Tor has made some progress at establishing a connection to the
@@ -1927,6 +1928,9 @@
        the controller should alert the user that Tor is pretty sure
        there's a bootstrapping problem.
 
+       The "host" values are a description of the node that we're trying to
+       connect to.  This can be a LongName, or an Address : Port .
+
        Currently Tor uses recommendation=ignore for the first
        nine bootstrap problem reports for a given phase, and then
        uses recommendation=warn for subsequent problems at that





More information about the tor-commits mailing list