[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] helper nodes are dead



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c config.c 
Log Message:
helper nodes are dead


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -d -r1.201 -r1.202
--- circuitbuild.c	5 Jan 2006 21:23:03 -0000	1.201
+++ circuitbuild.c	7 Jan 2006 00:41:50 -0000	1.202
@@ -257,6 +257,7 @@ circuit_dump_by_conn(connection_t *conn,
         circ->n_port == conn->port &&
         !memcmp(conn->identity_digest, circ->n_conn_id_digest, DIGEST_LEN)) {
       circuit_dump_details(severity, circ, conn->poll_index, "Pending",
+// XXX actually, this could be a circuit that's open and ends here too
                            circ->n_circ_id, circ->p_circ_id);
     }
   }

Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -p -d -r1.479 -r1.480
--- config.c	6 Jan 2006 15:43:03 -0000	1.479
+++ config.c	7 Jan 2006 00:41:50 -0000	1.480
@@ -285,9 +285,9 @@ static config_var_description_t state_de
 
   { "EntryNode", "One of the nodes we have chosen as a fixed entry" },
   { "EntryNodeDownSince",
-    "The last helper node has been down since this time." },
+    "The last entry node has been down since this time." },
   { "EntryNodeUnlistedSince",
-    "The last helper node has been unlisted since this time." },
+    "The last entry node has been unlisted since this time." },
   { "LastWritten", "When was this state file last regenerated?" },
 
   { "TorVersion", "Which version of Tor generated this state file?" },