]> Git Repo - linux.git/commit
tcp: Change SYN ACK retransmit behaviour to account for rehash
authorAkhmat Karakotov <[email protected]>
Mon, 31 Jan 2022 13:31:25 +0000 (16:31 +0300)
committerDavid S. Miller <[email protected]>
Mon, 31 Jan 2022 15:05:25 +0000 (15:05 +0000)
commitcb6cd2cec799356e5e2f75a8591894599a6ad49d
tree7211b0a22e1a7011c1210fbfad9a0695f5a9bd93
parente7b9bfd18476cd3de9a3819235f9221e59abc80a
tcp: Change SYN ACK retransmit behaviour to account for rehash

Disabling rehash behavior did not affect SYN ACK retransmits because hash
was forcefully changed bypassing the sk_rethink_hash function. This patch
adds a condition which checks for rehash mode before resetting hash.

Signed-off-by: Akhmat Karakotov <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/sock.c
net/ipv4/tcp_output.c
This page took 0.057085 seconds and 4 git commands to generate.