Re: [PATCH net 2/2] tcp: fix Fast Open snmp over-counting bug

2015-11-20 Thread David Miller
From: Yuchung Cheng Date: Wed, 18 Nov 2015 18:17:31 -0800 > Fix incrementing TCPFastOpenActiveFailed snmp stats multiple times > when the handshake experiences multiple SYN timeouts. > > Signed-off-by: Yuchung Cheng > Signed-off-by: Eric Dumazet Applied. -- To unsubscribe from this list: send

[PATCH net 2/2] tcp: fix Fast Open snmp over-counting bug

2015-11-18 Thread Yuchung Cheng
Fix incrementing TCPFastOpenActiveFailed snmp stats multiple times when the handshake experiences multiple SYN timeouts. Signed-off-by: Yuchung Cheng Signed-off-by: Eric Dumazet --- net/ipv4/tcp_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_timer.c b/n