mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a2754d418d
Fall back to SOMAXCONN if INT_MAX doesn't work. We'd like to do this because the actual maximum is overrideable by the kernel, and the value in the header file might not be right at all. All implementations I can find out about claim that this is supported. Fix for 9716; bugfix on every Tor.
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
o Bugfixes (performance):
|
|
- Set the listen() backlog limit to the largest actually supported
|
|
on the system, not to the value in a header file. Fixes bug 9716;
|
|
bugfix on every released Tor.
|