git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s3: allow setting the TCP_QUICKACK socket option
[ira/wip.git]
/
source3
/
lib
/
util_sock.c
diff --git
a/source3/lib/util_sock.c
b/source3/lib/util_sock.c
index 31261afd7299e4bd026a7fe549d24cd6a524e273..af64f370baf18e33e60a78a1956e642b13b2444d 100644
(file)
--- a/
source3/lib/util_sock.c
+++ b/
source3/lib/util_sock.c
@@
-348,6
+348,9
@@
static const smb_socket_option socket_options[] = {
#endif
#ifdef TCP_FASTACK
{"TCP_FASTACK", IPPROTO_TCP, TCP_FASTACK, 0, OPT_INT},
+#endif
+#ifdef TCP_QUICKACK
+ {"TCP_QUICKACK", IPPROTO_TCP, TCP_QUICKACK, 0, OPT_BOOL},
#endif
{NULL,0,0,0,0}};