esnet/iperf

libiperf catchup

Open

#595 创建于 2017年6月7日

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

仓库指标

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

描述

Context

  • Version of iperf3: any

  • Hardware: all

  • Operating system (and distribution, if any): all

Enhancement Request

A number of enhancements have been made to iperf3 that caused the iperf_test and iperf_settings to grow some new members corresponding to new configuration parameters. In many cases, the libiperf API was not extended to include getters and setters for these parameters, with the result that programs using libiperf don't have access to all of the test parameters that can be specified from the command-line.

The libiperf API should catch up to the reality of these structure definitions.

贡献者指南