iperf
iperf copied to clipboard
Add optional setting of server congestion control algorithm
-
Version of iperf3 (or development branch, such as
masteror3.1-STABLE) to which this pull request applies: master -
Issues fixed (if any): #1895
-
Brief description of code changes (suitable for use as a commit message):
Suggested approach for adding optional parameter to -C argument that allows to set the server's TCP Congestion Control algorithm:
- Even if the client does not support setting the algorithm (e.g. client running in Windows).
- To a different algorithm than the client's one.
The proposed change includes error/warning checks for cases were setting the algorithm is not supported or is set for non-sending client/server.