[tor-commits] [torspec/master] tor-spec: circIDs are no longer chosen based on nicknames
    nickm at torproject.org 
    nickm at torproject.org
       
    Fri Jul 20 14:39:46 UTC 2018
    
    
  
commit 03b884b63d21893718f07b1ca7f76a783226c77a
Author: teor <teor at torproject.org>
Date:   Thu Jul 19 13:34:12 2018 +1000
    tor-spec: circIDs are no longer chosen based on nicknames
    
    And perhaps they never were?
---
 tor-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tor-spec.txt b/tor-spec.txt
index 09d17a3..089b733 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1267,7 +1267,7 @@ see tor-design.pdf.
    cell, the circuit will fail and be torn down. The initiating onion
    router chooses some circID not yet used on the connection between the
    two onion routers.  (But see section 5.1.1 above, concerning choosing
-   circIDs based on lexicographic order of nicknames.)
+   circIDs.)
 
    When an onion router receives a CREATE/CREATE2 cell, if it already has a
    circuit on the given connection with the given circID, it drops the
    
    
More information about the tor-commits
mailing list