esnet/iperf

Enable '-t X' option in server mode

Closed

#354 geöffnet am 16. Feb. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (1.083 Forks)batch import
Help Wantedenhancement

Repository-Metriken

Stars
 (4.946 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 18T 1h) (4 gemergte PRs in 30 T)

Beschreibung

I would like the server side to dictate the maximum duration for a test. Maybe also add a '--force-duration X' to override a client's requested test duration also.

Ex 1: Server called with '-t 30' and client called with '-t 30' runs 30s test Ex 2: Server called with '-t 30' and client called with '-t 15' runs 15s test Ex 3: Server called with '-t 15' and client called with '-t 30' runs 15s test Ex 4: Server called with '--force-duration 30' and client called with '-t 15' runs 30s test

Contributor Guide