OSDN Git Service

tcp: clean up TFO server's initial tcp_rearm_rto() call
authorWei Wang <weiwan@google.com>
Wed, 4 Oct 2017 17:04:04 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 04:10:16 +0000 (21:10 -0700)
commit6d05081e55a5a55b32ae6609f1902eca8277541d
treedd1e2af036946ad53dcc4a32143f70dc494ac55b
parent27204aaa9dc67b833b77179fdac556288ec3a4bf
tcp: clean up TFO server's initial tcp_rearm_rto() call

This commit does a cleanup and moves tcp_rearm_rto() call in the TFO
server case into a previous spot in tcp_rcv_state_process() to make
it more compact.
This is only a cosmetic change.

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