--- embedaddon/iperf/iperf3.spec.in 2016/10/18 13:28:17 1.1.1.1 +++ embedaddon/iperf/iperf3.spec.in 2021/03/17 00:36:45 1.1.1.2 @@ -5,18 +5,21 @@ Summary: Measurement tool for TCP/UDP bandwidth perfor Group: Applications/Internet License: BSD -URL: http://github.com/esnet/iperf -Source0: http://stats.es.net/software/iperf-%{version}.tar.gz +URL: https://github.com/esnet/iperf +Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %if 0%{?el5} -BuildRequires: e2fsprogs-devel +BuildRequires: e2fsprogs-devel, openssl-devel +%else +BuildRequires: openssl-devel %endif %description -Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of -various parameters and UDP characteristics. Iperf reports bandwidth, delay -jitter, data-gram loss. +iperf3 is a tool for active measurements of the maximum achievable +bandwidth between two IP hosts. It supports tuning of various +parameters related to timing, protocols, and buffers. For each test, +it reports the throughput, loss, and other parameters. %package devel Summary: Development files for %{name}