]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix typos and comments, plus two bugs
authorRoger Dingledine <arma@torproject.org>
Sun, 20 Sep 2009 23:50:44 +0000 (19:50 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 20 Sep 2009 23:50:44 +0000 (19:50 -0400)
commitcf2afcd7072d20755ad030ed8240c21ec649dcd7
tree58b8125dd4daaf3ca73eadae47e0e00eeda5ed2d
parentf39bedf250ce878436acda2b7217fa0b5621ffaa
Fix typos and comments, plus two bugs

A) We were considering a circuit had timed out in the special cases
where we close rendezvous circuits because the final rendezvous
circuit couldn't be built in time.
B) We were looking at the wrong timestamp_created when considering
a timeout.
doc/spec/proposals/151-path-selection-improvements.txt
src/or/circuitbuild.c
src/or/circuituse.c
src/or/or.h
src/or/test.c