summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-03 16:46:28 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-03 16:46:28 +0200
commit150ed553dfce93c6dd32ee59b8df0422e04cd699 (patch)
treef9842d0d42ab7c72bab0326f0cd9730710c23d72 /doc
parentb8aa14a39b2f96edad8ca0b5a9ea5be218837ce0 (diff)
downloadtor-150ed553dfce93c6dd32ee59b8df0422e04cd699.tar.gz
tor-150ed553dfce93c6dd32ee59b8df0422e04cd699.zip
Introduce END_STREAM_REASON_NOROUTE
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/tor-spec.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/spec/tor-spec.txt b/doc/spec/tor-spec.txt
index a321aa8694..511f137e83 100644
--- a/doc/spec/tor-spec.txt
+++ b/doc/spec/tor-spec.txt
@@ -831,7 +831,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)
@@ -853,8 +854,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.]