]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] chg: usr: Optimize the TCP source port selection on Linux
authorOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 16:56:37 +0000 (17:56 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 16:56:37 +0000 (17:56 +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.

Backport of MR !11569

Merge branch 'backport-improve-selection-of-outgoing-TCP-port-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11573


Trivial merge