diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-17 03:42:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-17 03:42:04 +0000 |
commit | bed777375b665f210204635231b15c14fb34108e (patch) | |
tree | d39b927348e2995164a199d4323277acdd1bf622 /doc/tor-spec.txt | |
parent | af86345b74f6c5112a0dacafd99898f9977c58c9 (diff) | |
download | tor-bed777375b665f210204635231b15c14fb34108e.tar.gz tor-bed777375b665f210204635231b15c14fb34108e.zip |
pick a side of the fence. here's hoping.
svn:r5406
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index f0ad4134dd..82322d2a11 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -458,9 +458,8 @@ connected at a different place. anything else? -RD] the relay payload which contain real payload data. The remainder of the payload is padded with NUL bytes. - [XXX If we receive a relay command we don't recognize, the current Tor - implementation closes the circuit. Is that the right approach or the - wrong approach? -RD] + If the RELAY cell is recognized but the relay command is not + understood, the cell must be dropped and ignored. 5.2. Opening streams and transferring data |