X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_timer.c;h=f712b411f6ed6c117aee9c0fb54872db0eae17aa;hb=de956b8f45b3338cfb66a725e22b4050109daf2a;hp=d84930b2dd95759284aedbaee7f0a7ee078b6347;hpb=32199ec3cf8db2de1709cec9339844555b55c16e;p=cascardo%2Flinux.git diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index d84930b2dd95..f712b411f6ed 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c @@ -384,6 +384,7 @@ static void tcp_fastopen_synack_timer(struct sock *sk) */ inet_rtx_syn_ack(sk, req); req->num_timeout++; + icsk->icsk_retransmits++; inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, TCP_TIMEOUT_INIT << req->num_timeout, TCP_RTO_MAX); }