diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-20 04:59:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-20 04:59:29 +0000 |
commit | 2ba2f0218130731e46fed9cc565d0b802d4f4a31 (patch) | |
tree | 4f338697777b4fec4472150c2fbe34a0766c4d4a /src/or/connection_edge.c | |
parent | 50354cbae73cfa50315eff581010fa27fa6451fd (diff) | |
download | tor-2ba2f0218130731e46fed9cc565d0b802d4f4a31.tar tor-2ba2f0218130731e46fed9cc565d0b802d4f4a31.tar.gz |
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
successful/failed connections, successful/failed extends, and
connection uptimes.
It's still not done: more tests are needed, and not everything calls
connection/circuit_mark_for_close properly. This skews the results.
Also, there needs to be a 'testing' mode for non-OP ORs, where they
periodically build circuits just to test whether extends work.
svn:r1313
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index be1a2f750..4d2ce00cc 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -977,7 +977,6 @@ void client_dns_init(void) { client_dns_size = 0; } -/* XXXX NM casei */ static uint32_t client_dns_lookup_entry(const char *address) { struct client_dns_entry *ent; @@ -1057,7 +1056,6 @@ static void* _remove_if_expired(const char *addr, void client_dns_clean(void) { - struct client_dns_entry *ent; time_t now; if(!client_dns_size) |