Disallow specifying both -b and --fq-rate together.
Closes #1597.
-
Version of iperf3 (or development branch, such as
masteror3.1-STABLE) to which this pull request applies:master -
Issues fixed (if any): #1597
-
Brief description of code changes (suitable for use as a commit message):
Don't allow both --b / --bitrate and --fq-rate to be specified in the same invocation of iperf3.
We're going to hold off on merging this, pending investigation of reports of the combination of --fq-rate and --bitrate being a necessary workaround for a bug involving --fq-rate and --reverse.
See #1632
Going to close this PR for now because, while the behavior from specifying both -b and --fq-rate can create confusion, it’s not outright harmful. We can re-open it later if there’s a more compelling reason.