[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #2559 [Tor Relay]: connection buckets get not decremented in a private tor network
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs