esnet/iperf

Enable '-t X' option in server mode

Closed

#354 创建于 2016年2月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C (1,083 fork)batch import
Help Wantedenhancement

仓库指标

Star
 (4,946 star)
PR 合并指标
 (平均合并 18天 1小时) (30 天内合并 4 个 PR)

描述

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

贡献者指南