[tor-bugs] #9390 [Core Tor/Tor]: Warn if you're being a public relay but have too-low file descriptor limit
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Dec 22 11:38:21 UTC 2017
#9390: Warn if you're being a public relay but have too-low file descriptor limit
-------------------------------------------------+-------------------------
Reporter: arma | Owner: (none)
Type: enhancement | Status:
| needs_revision
Priority: Medium | Milestone: Tor:
| unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: tor-relay easy dos resources | Actual Points:
logging |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by teor):
Hi,
This patch makes the function always return -1 on relays.
{{{
if(public_server_mode(get_options())){
...
return -1;
}
}}}
That's not what we want, please delete the extra "return -1" line.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9390#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list