[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9758 [Tor]: AccountingMax == writes in 0.2.4.x?
#9758: AccountingMax == writes in 0.2.4.x?
-----------------------------+--------------------------------
Reporter: tmpname0901 | Owner:
Type: defect | Status: closed
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version: Tor: 0.2.4.16-rc
Resolution: not a bug | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+--------------------------------
Changes (by nickm):
* status: new => closed
* resolution: => not a bug
Comment:
The accountingmax applies to *both* bytes written and bytes read, so I
believe there isn't a problem here. Example code:
{{{
return n_bytes_read_in_interval >= hard_limit
|| n_bytes_written_in_interval >= hard_limit;
}}}
(Adding 0.2.4.17-rc to the list of versions)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9758#comment:1>
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