[tor-commits] [torspec/master] describe host and hostaddr for bootstrap problems

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


commit b0ebde6878b5a63afa8913205ba339944d3a6055
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Mar 4 14:25:34 2015 +0100

    describe host and hostaddr for bootstrap problems
---
 control-spec.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 3b6eab6..c641788 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1888,6 +1888,7 @@
      ["COUNT=" num]
      ["RECOMMENDATION=" Keyword]
      ["HOST=" QuotedString]
+     ["HOSTADDR=" QuotedString]
 
        Tor has made some progress at establishing a connection to the
        Tor network, fetching directory information, or making its first
@@ -1927,8 +1928,8 @@
        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 .
+       The "host" value is the identity digest (in hex) of the node we're
+       trying to connect to; the "hostaddr" is an address:port combination.
 
        Currently Tor uses recommendation=ignore for the first
        nine bootstrap problem reports for a given phase, and then





More information about the tor-commits mailing list