esnet/iperf

Enable '-t X' option in server mode

クローズ

#354 opened on 2016/02/16

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (1,083 件のフォーク)batch import
Help Wantedenhancement

Repository metrics

Stars
 (4,946 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド