[tor-bugs] #12890 [Tor]: Design and implement optimizations for socket write limits

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Dec 20 17:40:45 UTC 2014


#12890: Design and implement optimizations for socket write limits
-----------------------------+--------------------------------
     Reporter:  robgjansen   |      Owner:  robgjansen
         Type:  enhancement  |     Status:  new
     Priority:  normal       |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor          |    Version:
   Resolution:               |   Keywords:  tor-relay
Actual Points:               |  Parent ID:  #12541
       Points:               |
-----------------------------+--------------------------------

Comment (by nickm):

 I have a linux-only implementation that seems to run and adjust socket
 buffers in my branch "kist".

 It still needs work:
   * Darwin, BSD, Windows support.
   * Shutting down the thread and freeing memory on exit.
   * Avoiding its loop when Tor is quiescent.
   * Some kind of debugging log to make sure the values it's setting are
 reasonable.
   * Upper and lower bounds on what it's willing to set the buffer sizes
 to.
   * Tuning for global read/write limits
   * Tuning for maximum output buffer sizes.

 Still, it's a start!

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


More information about the tor-bugs mailing list