commit 0a4a064de27e59980474b687c4eb8ff89da19477 Author: Nick Mathewson nickm@torproject.org Date: Wed Aug 23 09:25:06 2017 -0400
14312: Clarify the status of extra bytes in RELAY_END payload. --- tor-spec.txt | 4 ++-- 1 file 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)
tor-commits@lists.torproject.org