[tor-bugs] #9166 [Tor]: Write a UTP-based channel implementation

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Aug 21 19:45:02 UTC 2013


#9166: Write a UTP-based channel implementation
---------------------------+------------------------------------------------
 Reporter:  nickm          |          Owner:                  
     Type:  defect         |         Status:  new             
 Priority:  normal         |      Milestone:  Tor: unspecified
Component:  Tor            |        Version:                  
 Keywords:  tor-relay utp  |         Parent:  #9165           
   Points:                 |   Actualpoints:                  
---------------------------+------------------------------------------------

Comment(by karsten):

 Solved both timing issues:

  - Turns out the reason for the client waiting until 00:01:02 is unrelated
 to uTP, but is a general problem of clients bootstrapping via bridges
 (#9229).

  - The 1-packet-per-second packet can be fixed simply by calling
 `UTP_CheckTimeouts` every 1 msec instead of every 1 sec.  I couldn't find
 any obvious side-effects from that.  Suggested by nickm.  See my updated
 utp branch:
 https://gitweb.torproject.org/karsten/tor.git/shortlog/refs/heads/utp

 Will look into simulating this updated branch in Shadow next.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9166#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list