diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-05-21 15:21:25 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-12-20 09:09:33 -0500 |
commit | 1d9166c8c915c14f67612ace8a9449aa3049c2f9 (patch) | |
tree | 5b626e0750521852e25034bb16c982d7f6ae08b2 /changes | |
parent | da48104c99aa5def05bfcd72018a967805146a7b (diff) | |
download | tor-1d9166c8c915c14f67612ace8a9449aa3049c2f9.tar.gz tor-1d9166c8c915c14f67612ace8a9449aa3049c2f9.zip |
Enable IP_BIND_ADDRESS_NO_PORT if supported
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ip_bind_address_no_port | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ip_bind_address_no_port b/changes/ip_bind_address_no_port new file mode 100644 index 0000000000..9c4f712a9e --- /dev/null +++ b/changes/ip_bind_address_no_port @@ -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). |