[tor-bugs] #9758 [Tor]: AccountingMax == writes in 0.2.4.x?

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 17 16:03:16 UTC 2013


#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


More information about the tor-bugs mailing list