aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-17 12:53:20 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-17 12:53:20 -0400
commit693f5d4444f21ace2268e01afcefd6106e0cee57 (patch)
treeb8ef5a8bb74e00ff3cb79a9f8d96d2408bfb6f52 /tor-spec.txt
parent904430ed73dcb55c836bedfb08fa20cf9b0df5cd (diff)
downloadtorspec-693f5d4444f21ace2268e01afcefd6106e0cee57.tar.gz
torspec-693f5d4444f21ace2268e01afcefd6106e0cee57.zip
Rename a circuit end reason.
OR_CONN_CLOSED has been CHANNEL_CLOSED since 0.2.4.4-alpha.
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index c073b1b..372f9d0 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1458,7 +1458,7 @@ see tor-design.pdf.
6 -- CONNECTFAILED (Unable to reach relay.)
7 -- OR_IDENTITY (Connected to relay, but its OR identity was not
as expected.)
- 8 -- OR_CONN_CLOSED (The OR connection that was carrying this circuit
+ 8 -- CHANNEL_CLOSED (The OR connection that was carrying this circuit
died.)
9 -- FINISHED (The circuit has expired for being dirty or old.)
10 -- TIMEOUT (Circuit construction took too long)