#2704: BandwidthObserved higher than BandwidthBurst
-----------------------------------------------+----------------------------
 Reporter:  keb                                |          Owner:                
     
     Type:  defect                             |         Status:  needs_review  
     
 Priority:  major                              |      Milestone:  Tor: 
0.2.2.x-final 
Component:  Tor Relay                          |        Version:  Tor: 
0.2.2.23-alpha
 Keywords:  0.2.2.23-alpha bandwidth observed  |         Parent:                
     
   Points:                                     |   Actualpoints:                
     
-----------------------------------------------+----------------------------

Comment(by Sebastian):

 I think part of the analysis here is wrong. Specifically, the suggestion
 to do
 {{{
           mv = v / s_internal * NUM_SECS_ROLLING_MEASURE;
 }}}
 is good, but doesn't influence the other bug this ticket is about, because
 the above fix is only relevant when we don't know the maximum. If we know
 the maximum, we already do
 {{{
           mv *= NUM_SECS_ROLLING_MEASURE;
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2704#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to