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

raj at netperf.org raj at netperf.org
Wed Aug 24 11:25:25 PDT 2011


Author: raj
Date: 2011-08-24 11:25:25 -0700 (Wed, 24 Aug 2011)
New Revision: 482

Modified:
   trunk/src/netlib.h
Log:
increase the control message size and break compatibility with previous versions

Modified: trunk/src/netlib.h
===================================================================
--- trunk/src/netlib.h	2011-08-03 20:19:53 UTC (rev 481)
+++ trunk/src/netlib.h	2011-08-24 18:25:25 UTC (rev 482)
@@ -18,7 +18,7 @@
 
 #define PAD_TIME 4
 /* library routine specifc defines                                      */
-#define         MAXSPECDATA     62      /* how many ints worth of data  */
+#define         MAXSPECDATA     162     /* how many ints worth of data  */
                                         /* can tests send...            */
 #define         MAXTIMES        4       /* how many times may we loop   */
                                         /* to calibrate                 */



More information about the netperf-dev mailing list