diff options
author | David Goulet <dgoulet@torproject.org> | 2022-12-20 09:09:46 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-12-20 09:09:46 -0500 |
commit | 2b4651174e6697cfb37128212ed7a4a8ab342e9a (patch) | |
tree | f9842bdaacbb053205ac4700051f045828b61c7b /changes | |
parent | e1458945a7b3f5eec44a00e63ff5010892752172 (diff) | |
parent | 1d9166c8c915c14f67612ace8a9449aa3049c2f9 (diff) | |
download | tor-2b4651174e6697cfb37128212ed7a4a8ab342e9a.tar.gz tor-2b4651174e6697cfb37128212ed7a4a8ab342e9a.zip |
Merge branch 'maint-0.4.7' into release-0.4.7
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). |