]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commitd4426f85b36a164a8b32b05bf6cb277e618af2ab
tree079e373f61ca22a07d43c5edc98094ee6629d1d8
parenta123233319669a97aaa34c43ebb757ac1cc5ae13
parentae81ce723d9f94cec9ff2a76d80b8f9626153504
[9.20] chg: usr: Optimize the TCP source port selection on Linux

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