Browse Source

correct ttl

Chelsea H. Komlo 4 years ago
parent
commit
8c00016d71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -315,7 +315,7 @@ class ClientChannelManager(relay.ChannelManager):
         # Construct the SinglePassCreateCircuitMsg
         ntor = relay.NTor(self.perfstats)
         ntor_request = ntor.request()
-        ttl = 3 # TODO set a default for the msg type
+        ttl = 2 # TODO set a default for the msg type
         circcreatemsg = relay.SinglePassCreateCircuitMsg(circid, ntor_request,
                 client_key.public_key, ttl)