diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-27 10:24:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-27 10:24:27 +0000 |
commit | 42b2f341a4e03080161c3f9f61685a97771d02fa (patch) | |
tree | 43e9def1a71df739fc33c9bc1ea7673af4ffc03e /doc/tor-spec.txt | |
parent | b2c225eab7d7fe63cb8bb644152d12cb3dd31967 (diff) | |
download | tor-42b2f341a4e03080161c3f9f61685a97771d02fa.tar tor-42b2f341a4e03080161c3f9f61685a97771d02fa.tar.gz |
add a few more new TODO items (bugfixes)
svn:r683
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 301cdf307..272cfac97 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -366,7 +366,7 @@ which reveals the downstream node. Because TCP connections can be half-open, we follow an equivalent to TCP's FIN/FIN-ACK/ACK protocol to close streams. - A exit conneection can have a TCP stream in one of three states: + An exit connection can have a TCP stream in one of three states: 'OPEN', 'DONE_PACKAGING', and 'DONE_DELIVERING'. For the purposes of modeling transitions, we treat 'CLOSED' as a fourth state, although connections in this state are not, in fact, tracked by the |