]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: account all retransmit failures
authorYuchung Cheng <ycheng@google.com>
Fri, 12 Jul 2013 18:33:04 +0000 (11:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2013 23:15:56 +0000 (16:15 -0700)
commit8b5194a7198cf5eeb26f15c65f9395862952618e
tree251608b48a332a1cc7b0fa0c72fd2e4679dcaf01
parent1ee5e0f7639850001e9b645bae3138b5aa9a7bac
tcp: account all retransmit failures

Change snmp RETRANSFAILS stat to include timeout retransmit failures
in addition to other loss recoveries.

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