[tor-bugs] #2559 [Tor Relay]: connection buckets get not decremented in a private tor network
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Wed Apr 6 00:21:52 UTC 2011
#2559: connection buckets get not decremented in a private tor network
----------------------------+-----------------------------------------------
Reporter: cagara | Owner: cagara
Type: enhancement | Status: reopened
Priority: normal | Milestone: Tor: 0.2.3.x-final
Component: Tor Relay | Version:
Resolution: | Keywords:
Parent: | Points:
Actualpoints: |
----------------------------+-----------------------------------------------
Comment(by Sebastian):
Yes, I think you're right.
{{{
else if (options->CountPrivateBandwidth &&
}}}
could be replaced by
{{{
else if (!options->CountPrivateBandwidth &&
}}}
to fix it.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2559#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list