[tor-bugs] #2704 [Tor Relay]: BandwidthObserved higher than BandwidthBurst
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Tue Apr 19 14:07:05 UTC 2011
#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
More information about the tor-bugs
mailing list