]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: ipv6: support RFC 6069 (TCP-LD)
authorEric Dumazet <edumazet@google.com>
Thu, 28 May 2020 00:34:58 +0000 (17:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2020 18:02:46 +0000 (11:02 -0700)
commit55250e60f1327be0c06c698a6e40453bac6f2f95
treeefe215dec4d12a186e173b33011b3af319c3fb66
parentab7ccd6c9be741196907b2562835b764a7b8cbb3
tcp: ipv6: support RFC 6069 (TCP-LD)

Make tcp_ld_RTO_revert() helper available to IPv6, and
implement RFC 6069 :

Quoting this RFC :

3. Connectivity Disruption Indication

   For Internet Protocol version 6 (IPv6) [RFC2460], the counterpart of
   the ICMP destination unreachable message of code 0 (net unreachable)
   and of code 1 (host unreachable) is the ICMPv6 destination
   unreachable message of code 0 (no route to destination) [RFC4443].
   As with IPv4, a router should generate an ICMPv6 destination
   unreachable message of code 0 in response to a packet that cannot be
   delivered to its destination address because it lacks a matching
   entry in its routing table.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c