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

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