Enable IP_BIND_ADDRESS_NO_PORT if supported

This commit is contained in:
Alex Xu (Hello71)
2022-05-21 15:21:25 -04:00
parent b733f9d6ac
commit b65ffa6f06
3 changed files with 30 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (relays):
- Set the Linux-specific IP_BIND_ADDRESS_NO_PORT option on outgoing
sockets, allowing relays using OutboundBindAddress to make more outgoing
connections than ephemeral ports, as long as they are to separate
destinations. Related to issue 40597; patch by Alex Xu (Hello71).