diff options
-rw-r--r-- | lib/util/util_net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 536c0a4e2b..83afda4c78 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -817,9 +817,6 @@ static const smb_socket_option socket_options[] = { #ifdef TCP_QUICKACK {"TCP_QUICKACK", IPPROTO_TCP, TCP_QUICKACK, 0, OPT_BOOL}, #endif -#ifdef TCP_FASTOPEN - {"TCP_FASTOPEN", IPPROTO_TCP, TCP_FASTOPEN, 0, OPT_BOOL}, -#endif #ifdef TCP_NODELAYACK {"TCP_NODELAYACK", IPPROTO_TCP, TCP_NODELAYACK, 0, OPT_BOOL}, #endif |