Trigger OOS on bind failures (fixes #40597)

This commit is contained in:
Alex Xu (Hello71)
2022-05-21 15:52:31 -04:00
parent 4f038d224f
commit 87b2ce6f84
2 changed files with 19 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (relays):
- Trigger OOS when bind fails with EADDRINUSE. This improves fairness when
a large number of exit connections are requested, and properly signals
exhaustion to the network. Fixes issue 40597; patch by Alex Xu (Hello71).