| Index: net/socket/tcp_socket.h
|
| diff --git a/net/socket/tcp_socket.h b/net/socket/tcp_socket.h
|
| index 8b36fade758e05db222d9fa4e2ee739e110b2779..93497328f84baf666ee6186e89d2dfc962ec4d5b 100644
|
| --- a/net/socket/tcp_socket.h
|
| +++ b/net/socket/tcp_socket.h
|
| @@ -16,13 +16,6 @@
|
|
|
| namespace net {
|
|
|
| -// Enable/disable experimental TCP FastOpen option.
|
| -// Not thread safe. Must be called during initialization/startup only.
|
| -NET_EXPORT void SetTCPFastOpenEnabled(bool value);
|
| -
|
| -// Check if the TCP FastOpen option is enabled.
|
| -bool IsTCPFastOpenEnabled();
|
| -
|
| // TCPSocket provides a platform-independent interface for TCP sockets.
|
| //
|
| // It is recommended to use TCPClientSocket/TCPServerSocket instead of this
|
|
|