mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
helper nodes are dead
svn:r5743
This commit is contained in:
parent
4bbe08a98d
commit
f88fa3efc1
@ -257,6 +257,7 @@ circuit_dump_by_conn(connection_t *conn, int severity)
|
|||||||
circ->n_port == conn->port &&
|
circ->n_port == conn->port &&
|
||||||
!memcmp(conn->identity_digest, circ->n_conn_id_digest, DIGEST_LEN)) {
|
!memcmp(conn->identity_digest, circ->n_conn_id_digest, DIGEST_LEN)) {
|
||||||
circuit_dump_details(severity, circ, conn->poll_index, "Pending",
|
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);
|
circ->n_circ_id, circ->p_circ_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -285,9 +285,9 @@ static config_var_description_t state_description[] = {
|
|||||||
|
|
||||||
{ "EntryNode", "One of the nodes we have chosen as a fixed entry" },
|
{ "EntryNode", "One of the nodes we have chosen as a fixed entry" },
|
||||||
{ "EntryNodeDownSince",
|
{ "EntryNodeDownSince",
|
||||||
"The last helper node has been down since this time." },
|
"The last entry node has been down since this time." },
|
||||||
{ "EntryNodeUnlistedSince",
|
{ "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?" },
|
{ "LastWritten", "When was this state file last regenerated?" },
|
||||||
|
|
||||||
{ "TorVersion", "Which version of Tor generated this state file?" },
|
{ "TorVersion", "Which version of Tor generated this state file?" },
|
||||||
|
Loading…
Reference in New Issue
Block a user