Merge branch 'tcp-change-reaction-to-ICMP'
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000 (23:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Nov 2023 23:35:12 +0000 (23:35 +0000)
Eric Dumazet says:

====================
tcp: change reaction to ICMP messages

ICMP[v6] messages received for a socket in TCP_SYN_SENT currently abort
the connection attempt, in violation of standards.

This series changes our stack to adhere to RFC 6069 and RFC 1122
(4.2.3.9)

====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge