aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-12-20 09:09:46 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-12-20 09:09:46 -0500
commit2b4651174e6697cfb37128212ed7a4a8ab342e9a (patch)
treef9842bdaacbb053205ac4700051f045828b61c7b /changes
parente1458945a7b3f5eec44a00e63ff5010892752172 (diff)
parent1d9166c8c915c14f67612ace8a9449aa3049c2f9 (diff)
downloadtor-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_port5
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).