Author: jpeach
Date: 2006-01-15 23:15:20 +0000 (Sun, 15 Jan 2006)
New Revision: 12954

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12954

Log:
Support the TCP_FASTACK socket option if it is available. Note that this will
not acutally help, but it is good to be complete.
                svn merge -r 12952:12953 ../branches/SAMBA_3_0

Modified:
   trunk/source/lib/util_sock.c


Changeset:
Modified: trunk/source/lib/util_sock.c
===================================================================
--- trunk/source/lib/util_sock.c        2006-01-15 23:13:47 UTC (rev 12953)
+++ trunk/source/lib/util_sock.c        2006-01-15 23:15:20 UTC (rev 12954)
@@ -181,6 +181,9 @@
 #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}};
 
 /****************************************************************************

Reply via email to