From: Octavian Purdila Date: Mon, 18 Jan 2010 03:09:39 +0000 (-0800) Subject: tcp: account SYN-ACK timeouts & retransmissions X-Git-Tag: v2.6.34-rc1~233^2~563 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72659ecce68588b74f6c46862c2b4cec137d7a5a;p=pandora-kernel.git tcp: account SYN-ACK timeouts & retransmissions Currently we don't increment SYN-ACK timeouts & retransmissions although we do increment the same stats for SYN. We seem to have lost the SYN-ACK accounting with the introduction of tcp_syn_recv_timer (commit 2248761e in the netdev-vger-cvs tree). This patch fixes this issue. In the process we also rename the v4/v6 syn/ack retransmit functions for clarity. We also add a new request_socket operations (syn_ack_timeout) so we can keep code in inet_connection_sock.c protocol agnostic. Signed-off-by: Octavian Purdila Signed-off-by: David S. Miller --- Reading git-diff-tree failed