aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-23 09:25:06 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-23 09:25:06 -0400
commit0a4a064de27e59980474b687c4eb8ff89da19477 (patch)
treeb3c513facba5dc399df47121365a629e47505cbe /tor-spec.txt
parent24fe028fbfd594ad559254b67243a26d6838a457 (diff)
downloadtorspec-0a4a064de27e59980474b687c4eb8ff89da19477.tar.gz
torspec-0a4a064de27e59980474b687c4eb8ff89da19477.zip
14312: Clarify the status of extra bytes in RELAY_END payload.
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index 6dbdf93..176dfc1 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1435,8 +1435,8 @@ see tor-design.pdf.
circuit for that stream.
The payload of a RELAY_END cell begins with a single 'reason' byte to
- describe why the stream is closing, plus optional data (depending on
- the reason.) The values are:
+ describe why the stream is closing. For some reasons, it contains
+ additional data (depending on the reason.) The values are:
1 -- REASON_MISC (catch-all for unlisted reasons)
2 -- REASON_RESOLVEFAILED (couldn't look up hostname)