diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-06 11:08:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-06 11:08:04 +0000 |
commit | 9bf9ca4d094926acfc0b0a50f6fd12fcbb310d0d (patch) | |
tree | af07d3a5db87ababc75159fca2804f76ab01655c /src/or/cpuworker.c | |
parent | e6477a8e168ad4d9f367172785e1fcca14d46f0d (diff) | |
download | tor-9bf9ca4d094926acfc0b0a50f6fd12fcbb310d0d.tar.gz tor-9bf9ca4d094926acfc0b0a50f6fd12fcbb310d0d.zip |
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
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r-- | src/or/cpuworker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 1138fd8969..f872d14195 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -167,7 +167,7 @@ done_processing: * Read and writes from fdarray[1]. Reads requests, writes answers. * * Request format: - * Task type [1 byte, always ONIONSKIN_CHALLENGE_LEN] + * Task type [1 byte, always CPUWORKER_TASK_ONION] * Opaque tag TAG_LEN * Onionskin challenge ONIONSKIN_CHALLENGE_LEN * Response format: |