Skip to content
Snippets Groups Projects
Commit 693f5d44 authored by Nick Mathewson's avatar Nick Mathewson :book:
Browse files

Rename a circuit end reason.

OR_CONN_CLOSED has been CHANNEL_CLOSED since 0.2.4.4-alpha.
parent 904430ed
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment