| Index: net/socket/tcp_socket_win.h
|
| diff --git a/net/socket/tcp_socket_win.h b/net/socket/tcp_socket_win.h
|
| index 1012259806cd0e773d4ddeba45fc45d6d9ca1f4c..cc969d4d9cd37e7d20a41255807a319db1a3fd46 100644
|
| --- a/net/socket/tcp_socket_win.h
|
| +++ b/net/socket/tcp_socket_win.h
|
| @@ -73,6 +73,11 @@ class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| bool SetKeepAlive(bool enable, int delay);
|
| bool SetNoDelay(bool no_delay);
|
|
|
| + // Gets the estimated RTT. Returns false if the RTT is
|
| + // unavailable. May also return false when estimated RTT is 0.
|
| + bool GetEstimatedRoundTripTime(base::TimeDelta* out_rtt) const
|
| + WARN_UNUSED_RESULT;
|
| +
|
| void Close();
|
|
|
| // Setter/Getter methods for TCP FastOpen socket option.
|
|
|