Blame SOURCES/1589421-mpo-7.8.0-iperf3.1.patch

196bfa
From 9e3c08824c9b6ea991b59a4d7745fd9fee5caaf4 Mon Sep 17 00:00:00 2001
196bfa
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
196bfa
Date: Thu, 8 Aug 2019 17:37:57 +0200
196bfa
Subject: [PATCH 5/6] iperf3.1: remove unsupported options
196bfa
---
196bfa
 iperf3/man1/iperf3.1 | 21 ---------------------
196bfa
 1 file changed, 21 deletions(-)
196bfa
196bfa
diff --git a/iperf3/man1/iperf3.1 b/iperf3/man1/iperf3.1
196bfa
index 0f42d5d..3cb3fc8 100644
196bfa
--- a/iperf3/man1/iperf3.1
196bfa
+++ b/iperf3/man1/iperf3.1
196bfa
@@ -91,9 +91,6 @@ handle one client connection, then exit.
196bfa
 .BR -c ", " --client " \fIhost\fR"
196bfa
 run in client mode, connecting to the specified server
196bfa
 .TP
196bfa
-.BR --sctp
196bfa
-use SCTP rather than TCP (FreeBSD and Linux)
196bfa
-.TP
196bfa
 .BR -u ", " --udp
196bfa
 use UDP rather than TCP
196bfa
 .TP
196bfa
@@ -173,24 +170,6 @@ set the IP 'type of service'
196bfa
 .BR -L ", " --flowlabel " \fIn\fR"
196bfa
 set the IPv6 flow label (currently only supported on Linux)
196bfa
 .TP
196bfa
-.BR -X ", " --xbind " \fIname\fR"
196bfa
-Bind SCTP associations to a specific subset of links using sctp_bindx(3).
196bfa
-The \fB--B\fR flag will be ignored if this flag is specified.
196bfa
-Normally SCTP will include the protocol addresses of all active links
196bfa
-on the local host when setting up an association. Specifying at least
196bfa
-one \fB--X\fR name will disable this behaviour.
196bfa
-This flag must be specified for each link to be included in the
196bfa
-association, and is supported for both iperf servers and clients
196bfa
-(the latter are supported by passing the first \fB--X\fR argument to bind(2)).
196bfa
-Hostnames are accepted as arguments and are resolved using
196bfa
-getaddrinfo(3).
196bfa
-If the \fB--4\fR or \fB--6\fR flags are specified, names
196bfa
-which do not resolve to addresses within the
196bfa
-specified protocol family will be ignored.
196bfa
-.TP
196bfa
-.BR --nstreams " \fIn\fR"
196bfa
-Set number of SCTP streams.
196bfa
-.TP
196bfa
 .BR -Z ", " --zerocopy " "
196bfa
 Use a "zero copy" method of sending data, such as sendfile(2),
196bfa
 instead of the usual write(2).
196bfa
-- 
196bfa
2.21.0
196bfa