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

raj at netperf.org raj at netperf.org
Wed Apr 25 13:42:13 PDT 2007


Author: raj
Date: 2007-04-25 13:42:12 -0700 (Wed, 25 Apr 2007)
New Revision: 110

Modified:
   trunk/src/netsh.c
   trunk/src/nettest_sdp.c
Log:
tweaks

Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c	2007-04-25 20:34:00 UTC (rev 109)
+++ trunk/src/netsh.c	2007-04-25 20:42:12 UTC (rev 110)
@@ -930,6 +930,14 @@
     }
 #endif
 
+#ifdef WANT_SDP
+    else if((strcasecmp(test_name,"SDP_STREAM") == 0) ||
+	    (strcasecmp(test_name,"SDP_MAERTS") == 0) ||
+	    (strcasecmp(test_name,"SDP_RR") == 0))
+      {
+	scan_sdp_args(argc, argv);
+      }
+#endif
 }
 
 

Modified: trunk/src/nettest_sdp.c
===================================================================
--- trunk/src/nettest_sdp.c	2007-04-25 20:34:00 UTC (rev 109)
+++ trunk/src/nettest_sdp.c	2007-04-25 20:42:12 UTC (rev 110)
@@ -119,9 +119,6 @@
     -s send[,recv]    Set local socket send/recv buffer sizes\n\
     -S send[,recv]    Set remote socket send/recv buffer sizes\n\
     -V 		      Enable copy avoidance if supported\n\
-    -N number	      Specifies the number of messages to send (_STREAM tests)\n\
-    -B		      run the test in non-blocking mode\n\
-    -T number	      Number of associations to create (_MANY tests)\n\
     -4                Use AF_INET (eg IPv4) on both ends of the data conn\n\
     -6                Use AF_INET6 (eg IPv6) on both ends of the data conn\n\
 \n\
@@ -3359,7 +3356,7 @@
 
 {
 
-#define SOCKETS_ARGS "BDhH:I:L:m:M:P:r:s:S:VN:T:46"
+#define SOCKETS_ARGS "DhH:I:L:m:M:P:r:s:S:V46"
 
   extern char	*optarg;	  /* pointer to option string	*/
   



More information about the netperf-dev mailing list