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/Makefile.am | |
parent | 50354cbae73cfa50315eff581010fa27fa6451fd (diff) | |
download | tor-2ba2f0218130731e46fed9cc565d0b802d4f4a31.tar.gz tor-2ba2f0218130731e46fed9cc565d0b802d4f4a31.zip |
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/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index c056fa20f2..38aee6179d 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -14,7 +14,7 @@ tor_LDADD = ../common/libor.a test_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c dirserv.c \ onion.c router.c routerlist.c directory.c dns.c connection_edge.c \ - cpuworker.c main.c test.c + rephist.c cpuworker.c main.c test.c test_LDADD = ../common/libor.a |