diff options
-rw-r--r-- | source3/lib/util_sock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 6562dae952..91c3305996 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -181,6 +181,9 @@ static const smb_socket_option socket_options[] = { #ifdef SO_RCVTIMEO {"SO_RCVTIMEO", SOL_SOCKET, SO_RCVTIMEO, 0, OPT_INT}, #endif +#ifdef TCP_FASTACK + {"TCP_FASTACK", IPPROTO_TCP, TCP_FASTACK, 0, OPT_INT}, +#endif {NULL,0,0,0,0}}; /**************************************************************************** |