[netperf-dev] netperf2 commit notice r158 - trunk/src

raj at netperf.org raj at netperf.org
Mon Nov 19 12:23:04 PST 2007


Author: raj
Date: 2007-11-19 12:23:03 -0800 (Mon, 19 Nov 2007)
New Revision: 158

Modified:
   trunk/src/nettest_bsd.c
Log:
nodelay fix from vlad

Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c	2007-11-08 23:30:00 UTC (rev 157)
+++ trunk/src/nettest_bsd.c	2007-11-19 20:23:03 UTC (rev 158)
@@ -96,6 +96,10 @@
 #include <malloc.h>
 #endif /* NOSTDLIBH */
 
+#ifdef WANT_SCTP
+#include <netinet/sctp.h>
+#endif
+
 #ifndef WIN32
 #if !defined(__VMS)
 #include <sys/ipc.h>



More information about the netperf-dev mailing list