[tor-bugs] #4585 [Analysis]: Is round-robining between each TLS conn the optimal scheduling approach?

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Nov 27 00:30:48 UTC 2011


#4585: Is round-robining between each TLS conn the optimal scheduling approach?
------------------------------------+---------------------------------------
 Reporter:  arma                    |          Owner:     
     Type:  defect                  |         Status:  new
 Priority:  normal                  |      Milestone:     
Component:  Analysis                |        Version:     
 Keywords:  performance scheduling  |         Parent:     
   Points:                          |   Actualpoints:     
------------------------------------+---------------------------------------
 Right now when a relay has n conns that want to write, we write fairly
 between each of them.

 But we could imagine other scheduling approaches, like weighting the
 attention we give each conn by its capacity in the consensus, or weighting
 the attention we give it by how many circuits we have on that conn.

 We can even imagine more complex approaches, like adding up the ewma
 weights on each conn, or choosing the conn with the quietest circuit
 (ewma-wise), or others.

 We should make patches for some of these options and get simulations
 going.

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


More information about the tor-bugs mailing list