]> git.ipfire.org Git - thirdparty/tor.git/commit
Implement Path use bias accounting.
authorMike Perry <mikeperry-git@fscked.org>
Sat, 19 Jan 2013 03:37:16 +0000 (19:37 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Sat, 19 Jan 2013 03:46:21 +0000 (19:46 -0800)
commite13e30221ef6715cafa93bbffc156583c8b58ecf
tree09b12822e6f3b3dafbe610a35617e8c8c2f4777c
parentee421e68d5231e3962b45f8bbfc6505c8e6f3315
Implement Path use bias accounting.

Path use bias measures how often we can actually succeed using the circuits we
actually try to use. It is a subset of path bias accounting, but it is
computed as a separate statistic because the rate of client circuit use may
vary depending on use case.
src/or/circuitbuild.c
src/or/circuitbuild.h
src/or/circuituse.c
src/or/config.c
src/or/connection_edge.c
src/or/entrynodes.c
src/or/entrynodes.h
src/or/or.h
src/or/relay.c
src/or/rendclient.c
src/or/rendservice.c