svn commit: samba r12953 - in branches/SAMBA_3_0/source/lib: .

jpeach at samba.org jpeach at samba.org
Sun Jan 15 23:13:48 GMT 2006


Author: jpeach
Date: 2006-01-15 23:13:47 +0000 (Sun, 15 Jan 2006)
New Revision: 12953

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

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.

Modified:
   branches/SAMBA_3_0/source/lib/util_sock.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util_sock.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util_sock.c	2006-01-15 23:11:56 UTC (rev 12952)
+++ branches/SAMBA_3_0/source/lib/util_sock.c	2006-01-15 23:13:47 UTC (rev 12953)
@@ -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}};
 
 /****************************************************************************



More information about the samba-cvs mailing list