[netperf-dev] netperf2 commit notice r389 - in trunk: . src

raj at netperf.org raj at netperf.org
Wed Apr 20 10:13:07 PDT 2011


Author: raj
Date: 2011-04-20 10:13:07 -0700 (Wed, 20 Apr 2011)
New Revision: 389

Modified:
   trunk/AUTHORS
   trunk/src/netperf.c
Log:
call the correct sctp test when asked

Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2011-03-14 22:57:52 UTC (rev 388)
+++ trunk/AUTHORS	2011-04-20 17:13:07 UTC (rev 389)
@@ -255,4 +255,7 @@
 DEBUG_LOG_FILE patch for Android
 
 Dongsheng Song
-Assorted Windows fixes
\ No newline at end of file
+Assorted Windows fixes
+
+Hushan Jia
+Fix to actually run SCTP_RR_MANY when requested

Modified: trunk/src/netperf.c
===================================================================
--- trunk/src/netperf.c	2011-03-14 22:57:52 UTC (rev 388)
+++ trunk/src/netperf.c	2011-04-20 17:13:07 UTC (rev 389)
@@ -242,7 +242,7 @@
     send_sctp_stream_1toMany(host_name);
   }
   else if (strcasecmp(test_name, "SCTP_RR_MANY") == 0) {
-    send_sctp_stream_1toMany(host_name);
+    send_sctp_rr_1toMany(host_name);
   }
 #endif
   



More information about the netperf-dev mailing list