]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Optimize the TCP source port selection on Linux
authorOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 13:07:13 +0000 (14:07 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 13:07:13 +0000 (14:07 +0100)
Enable a socket option on the outgoing TCP sockets to allow faster selection of the source <address,port> tuple for different destination <address,port> tuples when nearing over 70-80% of the source port utilization.

Merge branch 'improve-selection-of-outgoing-TCP-port' into 'main'

See merge request isc-projects/bind9!11569


Trivial merge