]> git.ipfire.org Git - thirdparty/tor.git/commit
bugfix: add a circ->resolving_streams field, and make dns resolving ...
authorRoger Dingledine <arma@torproject.org>
Thu, 6 May 2004 11:08:04 +0000 (11:08 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 6 May 2004 11:08:04 +0000 (11:08 +0000)
commit9bf9ca4d094926acfc0b0a50f6fd12fcbb310d0d
treeaf07d3a5db87ababc75159fca2804f76ab01655c
parente6477a8e168ad4d9f367172785e1fcca14d46f0d
bugfix: add a circ->resolving_streams field, and make dns resolving                            streams not actually in the connection_array until they're done resolving.

bugfix: actually complain if we duplicate mark-for-close a circuit

add more logging for relay ends that claim dns resolve failed, so we can
find out why they're not being retried.

svn:r1798
src/or/circuit.c
src/or/connection.c
src/or/connection_edge.c
src/or/cpuworker.c
src/or/directory.c
src/or/dns.c
src/or/main.c
src/or/or.h
src/or/router.c
src/or/routerlist.c