iperf
iperf copied to clipboard
Bidirectional - different bandwidth limits for the two transfer directions
-
Version of iperf3 (or development branch, such as
masteror3.1-STABLE) to which this pull request applies: 3.9+ -
Issues fixed (if any): #1093
-
Brief description of code changes (suitable for use as a commit message): Suggested enhancement to allow different bandwidth limits for the two transfer directions in bidirectional test. An optional distinct bitrate for the server is specified in sub-argument added to
--bidir. When specified, in bidirectional test--bitrateis applicable only for the client. When not specified,--bitratevalue is used also for the server, as in current functionality.