iperf3-python
iperf3-python copied to clipboard
How disable Neagle's algorithm: -N, --no-delay
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.