[netperf-dev] netperf2 commit notice r103 - in trunk: . doc
raj at netperf.org
raj at netperf.org
Fri Mar 9 11:11:13 PST 2007
Author: raj
Date: 2007-03-09 11:11:11 -0800 (Fri, 09 Mar 2007)
New Revision: 103
Modified:
trunk/AUTHORS
trunk/Release_Notes
trunk/doc/netperf.html
trunk/doc/netperf.texi
Log:
fix typos in the manual
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2007-03-07 19:10:15 UTC (rev 102)
+++ trunk/AUTHORS 2007-03-09 19:11:11 UTC (rev 103)
@@ -194,4 +194,7 @@
Fixes for Windows compilation under MingW/gcc.
Scott Weitzenkamp
-Patches to enable demo mode in the UDP_STREAM test
\ No newline at end of file
+Patches to enable demo mode in the UDP_STREAM test
+
+Emir Halepovic
+Feedback on the manual
\ No newline at end of file
Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes 2007-03-07 19:10:15 UTC (rev 102)
+++ trunk/Release_Notes 2007-03-09 19:11:11 UTC (rev 103)
@@ -6,6 +6,10 @@
minimum aand maximums as if a -i 10,3 were set. Also, some further
sanity checking on the bounds for each is made.
+*) Fixed a typo in the manual (found by Emir Halepovic) so the
+ description for the -s and -S options properly speicifies they
+ affect the data connection.
+
These are the Release Notes for Revision 2.4.3 of netperf:
Things changed in this release:
Modified: trunk/doc/netperf.html
===================================================================
--- trunk/doc/netperf.html 2007-03-07 19:10:15 UTC (rev 102)
+++ trunk/doc/netperf.html 2007-03-09 19:11:11 UTC (rev 103)
@@ -1442,7 +1442,7 @@
<p><a name="index-g_t_002dP_002c-Test_002dspecific-46"></a><br><dt><code>-P <optionspec></code><dd>Set the local and/or remote port numbers for the data connection.
<p><a name="index-g_t_002ds_002c-Test_002dspecific-47"></a><br><dt><code>-s <sizespec></code><dd>This option sets the local send and receive socket buffer sizes for
-the control connection to the value(s) specified. Often, this will
+the data connection to the value(s) specified. Often, this will
affect the advertised and/or effective TCP or other window, but on
some platforms it may not. By default the units are bytes, but suffix
of “G,” “M,” or “K” will specify the units to be 2^30 (GB), 2^20
@@ -1463,7 +1463,7 @@
sizes]
<p><a name="index-g_t_002dS-Test_002dspecific-48"></a><br><dt><code>-S <sizespec></code><dd>This option sets the remote send and/or receive socket buffer sizes
-for the control connection to the value(s) specified. Often, this
+for the data connection to the value(s) specified. Often, this
will affect the advertised and/or effective TCP or other window, but
on some platforms it may not. By default the units are bytes, but
suffix of “G,” “M,” or “K” will specify the units to be 2^30
@@ -2091,7 +2091,7 @@
or 16384 bytes. [Default: 1 - a single-byte request and response ]
<p><a name="index-g_t_002ds_002c-Test_002dspecific-57"></a><br><dt><code>-s <sizespec></code><dd>This option sets the local send and receive socket buffer sizes for
-the control connection to the value(s) specified. Often, this will
+the data connection to the value(s) specified. Often, this will
affect the advertised and/or effective TCP or other window, but on
some platforms it may not. By default the units are bytes, but a
suffix of “G,” “M,” or “K” will specify the units to be 2^30
@@ -2109,7 +2109,7 @@
buffer sizes]
<p><a name="index-g_t_002dS_002c-Test_002dspecific-58"></a><br><dt><code>-S <sizespec></code><dd>This option sets the remote send and/or receive socket buffer sizes
-for the control connection to the value(s) specified. Often, this
+for the data connection to the value(s) specified. Often, this
will affect the advertised and/or effective TCP or other window, but
on some platforms it may not. By default the units are bytes, but a
suffix of “G,” “M,” or “K” will specify the units to be 2^30
Modified: trunk/doc/netperf.texi
===================================================================
(Binary files differ)
More information about the netperf-dev
mailing list