#2 Add lksctp-tools-devel to BuildRequires
Merged 5 years ago by kevin. Opened 5 years ago by tkorbar.
rpms/ tkorbar/iperf3 master  into  master

file modified
+6 -1
@@ -1,6 +1,6 @@ 

  Name:           iperf3

  Version:        3.6

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        Measurement tool for TCP/UDP bandwidth performance

  

  License:        BSD
@@ -8,6 +8,7 @@ 

  Source0:        http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz

  BuildRequires:  libuuid-devel

  BuildRequires:  gcc

+ BuildRequires:  lksctp-tools-devel

  

  %description

  Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
@@ -49,6 +50,10 @@ 

  %{_libdir}/*.so

  

  %changelog

+ * Tue Feb 26 2019 Tomas Korbar <tkorbar@redhat.com> - 3.6-5

+ - Add lksctp-tools-devel to BuildRequires

+ - Fix bug #1647385

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

Fix bug #1647385
On Fedora option --sctp is not working.
Try iperf3 -c <server-ip> --sctp.
After this change sctp option works as expected.
Credit for finding of fix goes to mruprich.

Looks good to me. Thanks!

Pull-Request has been merged by kevin

5 years ago