[tor-bugs] #1042 [Tor - Relay]: rate-limit MaxOnionsPending warns
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Sun Aug 1 03:26:07 UTC 2010
#1042: rate-limit MaxOnionsPending warns
--------------------------------+-------------------------------------------
Reporter: arma | Type: defect
Status: needs_review | Priority: minor
Milestone: Tor: 0.2.2.x-final | Component: Tor - Relay
Version: 0.2.1.19 | Resolution: None
Keywords: easy | Parent:
--------------------------------+-------------------------------------------
Comment(by cjb):
Hm, what do you think of the kernel's mechanism? (linux/lib/ratelimit.c
-- you call printk_ratelimit() to find out whether the system's currently
ratelimited, and if it disallows you to printk then it'll let the user
know how many printks it suppressed. The default is one printk every five
seconds, but there's also a burst parameter for how many messages to allow
per-time-period before suppression starts to kick in, default is ten.)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1042#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list