[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs