]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
tcp: reduce tcp_fastretrans_alert() verbosity
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:25 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 23:28:53 +0000 (00:28 +0100)
commit8ba6ddaaf86c4c6814774e4e4ef158b732bd9f9f
tree7120614bd38cef7eb7e0e65ebc157db37d05ede1
parent5e76ee4b8e90384936a214cde5b7816424f70232
tcp: reduce tcp_fastretrans_alert() verbosity

With upcoming rb-tree implementation, the checks will trigger
more often, and this is expected.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c