mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
247a21379a
resolves bug 4950 (fixes a bug on commit aba7bb705a
from #2850)
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
o Major bugfixes:
|
|
- Set the SO_REUSEADDR socket option before we call bind() on outgoing
|
|
connections. This change should allow busy exit relays to stop
|
|
running out of available sockets as quickly. Fixes bug 4950;
|
|
bugfix on 0.2.2.26-beta.
|
|
|