Package iperf3: Information

    Binary package: iperf3
    Version: 3.1.3-alt1
    Architecture: i586
    Build time:  Jul 9, 2016, 01:38 PM in the task #166827
    Source package: iperf3
    Category: Monitoring
    Report package bug
    License: BSD (revised)
    Summary: A TCP, UDP, and SCTP network bandwidth measurement tool
    Description: 
    iperf is a tool for active measurements of the maximum achievable
    bandwidth on IP networks.  It supports tuning of various parameters
    related to timing, protocols, and buffers.  For each test it reports
    the bandwidth, loss, and other parameters.
    
    This version, sometimes referred to as iperf3, is a redesign of an
    original version developed at NLANR/DAST.  iperf3 is a new
    implementation from scratch, with the goal of a smaller, simpler code
    base, and a library version of the functionality that can be used in
    other programs. iperf3 also a number of features found in other tools
    such as nuttcp and netperf, but were missing from the original iperf.
    These include, for example, a zero-copy mode and optional JSON output.
    
    Note that iperf3 is NOT backwards compatible with the original iperf.

    Maintainer: Sergey Y. Afonin

    List of contributors:
    Sergey Y. Afonin

    Last changed


    July 9, 2016 Sergey Y. Afonin 3.1.3-alt1
    - New version (CVE-2016-4303)
    Feb. 13, 2016 Sergey Y. Afonin 3.1.2-alt1
    - New version
    - Added lsb init header (fixed repocop's warninig)
    Nov. 28, 2015 Sergey Y. Afonin 3.1.1-alt3
    - removed listen port from $ARGS (5201 is default for iperf3)
    - removed --displayname from start_daemon in init script