[tor-commits] [torspec/master] Rename a circuit end reason.

nickm at torproject.org nickm at torproject.org
Thu Jun 18 18:12:45 UTC 2020


commit 693f5d4444f21ace2268e01afcefd6106e0cee57
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 17 12:53:20 2020 -0400

    Rename a circuit end reason.
    
    OR_CONN_CLOSED has been CHANNEL_CLOSED since 0.2.4.4-alpha.
---
 tor-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)





More information about the tor-commits mailing list