Merge branch 'tcp-dccp-refine-source-port-selection'
authorJakub Kicinski <kuba@kernel.org>
Sat, 16 Dec 2023 01:56:29 +0000 (17:56 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 16 Dec 2023 01:56:29 +0000 (17:56 -0800)
commit358105ab92fc588aee0f37402f5705b031dc6f6f
treedcf0343765740f75ebd2b1af6a36fca7c85d491f
parent758a8d5b6a64ad63a8c0728f68dd3e21481013db
parent207184853dbdb62d8b02c7a141d3297e94e33451
Merge branch 'tcp-dccp-refine-source-port-selection'

Eric Dumazet says:

====================
tcp/dccp: refine source port selection

This patch series leverages IP_LOCAL_PORT_RANGE option
to no longer favor even source port selection at connect() time.

This should lower time taken by connect() for hosts having
many active connections to the same destination.
====================

Link: https://lore.kernel.org/r/20231214192939.1962891-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>