[tor-bugs] #3729 [Pluggable transport]: obfsproxy rate limiting

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sat Dec 24 21:09:15 UTC 2011


#3729: obfsproxy rate limiting
---------------------------------+------------------------------------------
 Reporter:  asn                  |          Owner:  asn     
     Type:  defect               |         Status:  assigned
 Priority:  normal               |      Milestone:          
Component:  Pluggable transport  |        Version:          
 Keywords:                       |         Parent:  #3591   
   Points:                       |   Actualpoints:          
---------------------------------+------------------------------------------

Comment(by asn):

 Please see branch `bug3729_take2` in
 `https://git.gitorious.org/obfsproxy/obfsproxy.git`.

 I added four new obfsproxy arguments:
 {{{
 --read-limit=<kb> ~ set the soft limit of incoming traffic to <kb>
 kilobytes per second (default: no limit)
 --read-burst=<kb> ~ set the hard limit of incoming traffic to <kb>
 kilobytes per second (default: no limit)
 --write-limit=<kb> ~ set the soft limit of outgoing traffic to <kb>
 kilobytes per second (default: no limit)
 --write-burst=<kb> ~ set the hard limit of outgoing traffic to <kb>
 kilobytes per second (default: no limit)
 }}}

 Would it make more sense to only have two options, one for the soft limit
 and one for the hard limit, and not care whether it's outgoing or incoming
 traffic?

 Also, if the user specifies only a soft limit (without a hard limit
 (burst)), I spit out a warning and set the hard limit equal to the soft
 limit.

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


More information about the tor-bugs mailing list