[netperf-dev] netperf2 commit notice r610 - in trunk: . doc/examples src
raj at netperf.org
raj at netperf.org
Thu Oct 11 13:43:48 PDT 2012
Author: raj
Date: 2012-10-11 13:43:48 -0700 (Thu, 11 Oct 2012)
New Revision: 610
Modified:
trunk/AUTHORS
trunk/doc/examples/bloat.sh
trunk/src/dscp.c
Log:
a solaris compilation fix and increase the chunk time for the bloat.sh script
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2012-10-04 23:44:28 UTC (rev 609)
+++ trunk/AUTHORS 2012-10-11 20:43:48 UTC (rev 610)
@@ -283,3 +283,5 @@
David Ahern - fix for an incorrect pointer check
+Jim Nell - Fix for Solaris 11.1 compilation problem in dscp.c
+
Modified: trunk/doc/examples/bloat.sh
===================================================================
--- trunk/doc/examples/bloat.sh 2012-10-04 23:44:28 UTC (rev 609)
+++ trunk/doc/examples/bloat.sh 2012-10-11 20:43:48 UTC (rev 610)
@@ -10,7 +10,7 @@
exit -1
fi
-CHUNK=30
+CHUNK=60
# first, start the TCP_RR test
RR_START=`date +%s`
Modified: trunk/src/dscp.c
===================================================================
--- trunk/src/dscp.c 2012-10-04 23:44:28 UTC (rev 609)
+++ trunk/src/dscp.c 2012-10-11 20:43:48 UTC (rev 610)
@@ -37,6 +37,10 @@
#include <stdlib.h>
#endif
+#if HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
+
#ifdef WIN32
#define strcasecmp(a,b) _stricmp(a,b)
#define snprintf _snprintf
More information about the netperf-dev
mailing list