Blame SOURCES/0001-remove-sctp-from-manpage.patch

8f8973
diff --git a/src/iperf3.1 b/src/iperf3.1
8f8973
index 639d5a4..8751afa 100644
8f8973
--- a/src/iperf3.1
8f8973
+++ b/src/iperf3.1
8f8973
@@ -197,9 +197,6 @@ run in client mode, connecting to the specified server.
8f8973
 By default, a test consists of sending data from the client to the
8f8973
 server, unless the \-R flag is specified.
8f8973
 .TP
8f8973
-.BR --sctp
8f8973
-use SCTP rather than TCP (FreeBSD and Linux)
8f8973
-.TP
8f8973
 .BR -u ", " --udp
8f8973
 use UDP rather than TCP
8f8973
 .TP
8f8973
diff --git a/src/iperf3.1 b/src/iperf3.1
8f8973
index 8751afa..05483a9 100644
8f8973
--- a/src/iperf3.1
8f8973
+++ b/src/iperf3.1
8f8973
@@ -303,24 +303,6 @@ values can be specified in decimal, octal and hex (see --tos above).
8f8973
 .BR -L ", " --flowlabel " \fIn\fR"
8f8973
 set the IPv6 flow label (currently only supported on Linux)
8f8973
 .TP
8f8973
-.BR -X ", " --xbind " \fIname\fR"
8f8973
-Bind SCTP associations to a specific subset of links using sctp_bindx(3).
8f8973
-The \fB--B\fR flag will be ignored if this flag is specified.
8f8973
-Normally SCTP will include the protocol addresses of all active links
8f8973
-on the local host when setting up an association. Specifying at least
8f8973
-one \fB--X\fR name will disable this behaviour.
8f8973
-This flag must be specified for each link to be included in the
8f8973
-association, and is supported for both iperf servers and clients
8f8973
-(the latter are supported by passing the first \fB--X\fR argument to bind(2)).
8f8973
-Hostnames are accepted as arguments and are resolved using
8f8973
-getaddrinfo(3).
8f8973
-If the \fB--4\fR or \fB--6\fR flags are specified, names
8f8973
-which do not resolve to addresses within the
8f8973
-specified protocol family will be ignored.
8f8973
-.TP
8f8973
-.BR --nstreams " \fIn\fR"
8f8973
-Set number of SCTP streams.
8f8973
-.TP
8f8973
 .BR -Z ", " --zerocopy " "
8f8973
 Use a "zero copy" method of sending data, such as sendfile(2),
8f8973
 instead of the usual write(2).