aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Tierney <bltierney@lbl.gov>2014-03-06 17:03:19 -0800
committerBrian Tierney <bltierney@lbl.gov>2014-03-06 17:03:19 -0800
commit7f6c44f3255b0363a29fe52ac1a77f595a542dcd (patch)
treeea0f31ea054062f1105b3e26d1853b55c0d75b88 /README.md
parent2be606a503abc5898cf0c34becdd2c8217a00d7f (diff)
downloadiperf3-7f6c44f3255b0363a29fe52ac1a77f595a542dcd.tar.gz
Updating 'known issues' for Linux TCP buffer size oddness
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ad8d5d..e3c3d64 100644
--- a/README.md
+++ b/README.md
@@ -138,3 +138,8 @@ try "-l 4K".
* On OpenBSD, the server seems to require a "-4" argument, implying
that it can only be used with IPv4.
+* When specifying the TCP buffer size using the "-w" flag on Linux, Linux
+doubles the value you pass in. (You can see this using iperf3's debug flag).
+But then the CWND does not actually ramp up to the doubled value, but only
+to about 75% of the doubled value. This appears to be by design.
+