aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-15 21:27:32 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-15 21:27:32 -0400
commit127336f8f5d8e5b9e0c3f430e9057a76bfc073fa (patch)
tree6e6aeba5b916035b0b5cd8058ccb1a013e7ef35c /tor-spec.txt
parent1bb207203eee2b50f4209a3098c7ae6d8d026233 (diff)
parentb05e57b6fbebe4bee635c3430ac24b82c157d795 (diff)
downloadtorspec-127336f8f5d8e5b9e0c3f430e9057a76bfc073fa.tar.gz
torspec-127336f8f5d8e5b9e0c3f430e9057a76bfc073fa.zip
Merge commit 'sebastian/misc-reason'
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index f448f6d..2b1223b 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -835,7 +835,8 @@ see tor-design.pdf.
6 -- REASON_DONE (Anonymized TCP connection was closed)
7 -- REASON_TIMEOUT (Connection timed out, or OR timed out
while connecting)
- 8 -- (unallocated) [**]
+ 8 -- REASON_NOROUTE (Routing error while attempting to
+ contact destination)
9 -- REASON_HIBERNATING (OR is temporarily hibernating)
10 -- REASON_INTERNAL (Internal error at the OR)
11 -- REASON_RESOURCELIMIT (OR has no resources to fulfill request)
@@ -857,8 +858,6 @@ see tor-design.pdf.
[*] Older versions of Tor also send this reason when connections are
reset.
- [**] Due to a bug in versions of Tor through 0095, error reason 8 must
- remain allocated until that version is obsolete.
--- [The rest of this section describes unimplemented functionality.]