diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-09-26 01:47:31 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:39 -0400 |
commit | 912d8f0b1f17b7e851ebbfeb17a16de9f9c7cb88 (patch) | |
tree | 176cf4f23aaae9790d947579473da1f8d349a942 /net/ipv4/tcp_input.c | |
parent | 93e680202929802558f783fbd96c41697ae65472 (diff) |
[TCP] MIB: Count FRTO's successfully detected spurious RTOs
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 4866e75e98e0..4b27739031fb 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -2935,6 +2935,7 @@ static int tcp_process_frto(struct sock *sk, int flag) | |||
2935 | } | 2935 | } |
2936 | tp->frto_counter = 0; | 2936 | tp->frto_counter = 0; |
2937 | tp->undo_marker = 0; | 2937 | tp->undo_marker = 0; |
2938 | NET_INC_STATS_BH(LINUX_MIB_TCPSPURIOUSRTOS); | ||
2938 | } | 2939 | } |
2939 | return 0; | 2940 | return 0; |
2940 | } | 2941 | } |