mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
aba7bb705a
See bug 2850 for rationale: it appears that on some busy exits, the OS decides that every single port is now unusable because they have been all used too recently.
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
- Minor features
|
|
o Set SO_REUSEADDR on all sockets, not just listeners. This should
|
|
help busy exit nodes avoid running out of useable ports just because
|
|
all the ports have been used in the near past. Resolves issue 2850.
|
|
|