thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
109 stars 52 forks source link

How disable Neagle's algorithm: -N, --no-delay #40

Open ckleu opened 5 years ago

ckleu commented 5 years ago

Currently it doesn't look like the --no-delay parameter has been passed through as a modification variable. Setting the MSS (trying to use tcp_mss_default, not sure if it is the correct one) does not seem to take affect if the Neagle algorithm is in play.