]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0dff30e09a9638338f6ade5a571d6e05cb852ec3
treedd1e2af036946ad53dcc4a32143f70dc494ac55b
parente171b0acbc4ff5983bf0ff351c7c653eeec651ca
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