[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #1042 [Tor - Relay]: rate-limit MaxOnionsPending warns
#1042: rate-limit MaxOnionsPending warns
--------------------------------+-------------------------------------------
Reporter: arma | Type: defect
Status: new | Priority: minor
Milestone: Tor: 0.2.2.x-final | Component: Tor - Relay
Version: 0.2.1.19 | Resolution: None
Keywords: easy | Parent:
--------------------------------+-------------------------------------------
Old description:
> If your cpu can't keep up with the number of create cells you get, you'll
> fill your logs with warnings:
>
> if (ol_length >= get_options()->MaxOnionsPending) {
> log_warn(LD_GENERAL,
> "Your computer is too slow to handle this many circuit "
> "creation requests! Please consider using the "
> "MaxAdvertisedBandwidth config option or choosing a more "
> "restricted exit policy.");
>
> We should make the warning only happen once a minute or something.
>
> [Automatically added by flyspray2trac: Operating System: All]
New description:
If your cpu can't keep up with the number of create cells you get, you'll
fill your logs with warnings:
if (ol_length >= get_options()->MaxOnionsPending) {
log_warn(LD_GENERAL,
"Your computer is too slow to handle this many circuit "
"creation requests! Please consider using the "
"MaxAdvertisedBandwidth config option or choosing a more "
"restricted exit policy.");
We should make the warning only happen once a minute or something.
[Automatically added by flyspray2trac: Operating System: All]
--
Comment(by Sebastian):
NAK on the patch. It changes the wrong warning.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1042#comment:7>
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