diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-06-17 21:15:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-06-17 21:15:25 +0000 |
commit | b9480620c61e1eb5115353e1ff79c2d676d70964 (patch) | |
tree | 0bc3efe13faeb3878d361c41385912496af19b9a /doc | |
parent | df2789c1111cc66b2cea3e9d2c5236f6d95168c0 (diff) | |
download | tor-b9480620c61e1eb5115353e1ff79c2d676d70964.tar.gz tor-b9480620c61e1eb5115353e1ff79c2d676d70964.zip |
Make log_fn work on apples with no workarounds needed in main code
svn:r330
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 26836823ff..e4637b8518 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -487,6 +487,12 @@ which reveals the downstream node. cells, echo their contents to the corresponding TCP stream. [XXX Mention zlib encoding. -NM] +5.2. Closing connections + + [Note -- TCP streams can only be half-closed for reading. Our + Bickford's conversation was incorrect. -NM] + + When one side of the TCP stream is closed, the corresponding edge node sends a RELAY_END cell along the circuit; upon receiving a RELAY_END cell, the edge node closes its side of the corresponding |