From: Yuchung Cheng <[email protected]> Date: Wed, 21 Sep 2016 16:16:15 -0700
> Since the TFO socket is accepted right off SYN-data, the socket > owner can call getsockopt(TCP_INFO) to collect ongoing SYN-ACK > retransmission or timeout stats (i.e., tcpi_total_retrans, > tcpi_retransmits). Currently those stats are only updated > upon handshake completes. This patch fixes it. > > Signed-off-by: Yuchung Cheng <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> > Signed-off-by: Neal Cardwell <[email protected]> > Signed-off-by: Soheil Hassas Yeganeh <[email protected]> Applied.
