From 0342ca40629d5a57db02c7f840809dfa0bde6780 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 30 Oct 2012 11:32:52 +0100 Subject: wfabuild: fix the -errwarn compile flag test as in the autoconf build this must be "-errwarn=%all" --- lib/util/util_net.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/util') diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 83afda4c78..536c0a4e2b 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -817,6 +817,9 @@ 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 -- cgit