summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-07 00:41:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-07 00:41:50 +0000
commitf88fa3efc14db5c8506fd1d6398def284316fbff (patch)
treeb96422bd4b8cfd116744f07896793b9e89b2edb8 /src/or
parent4bbe08a98d417a595f71df12bfc6949cbb585554 (diff)
downloadtor-f88fa3efc14db5c8506fd1d6398def284316fbff.tar.gz
tor-f88fa3efc14db5c8506fd1d6398def284316fbff.zip
helper nodes are dead
svn:r5743
Diffstat (limited to 'src/or')
-rw-r--r--src/or/circuitbuild.c1
-rw-r--r--src/or/config.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index e371e269ef..b81baeedb9 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -257,6 +257,7 @@ circuit_dump_by_conn(connection_t *conn, int severity)
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);
}
}
diff --git a/src/or/config.c b/src/or/config.c
index 20c1ae52cb..6f0772a45d 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -285,9 +285,9 @@ static config_var_description_t state_description[] = {
{ "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?" },