Skip to content

Commit 672a46b

Browse files
author
NorNet Praesum Presum
committed
Improved manpage.
1 parent 7ec1091 commit 672a46b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/netperfmeter.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Destination:Port
7272
.Op Fl sndbuf=bytes
7373
.Op Fl rcvbuf=bytes
7474
.Op Fl tcp
75+
.Op Fl mptcp
7576
.Op Fl sctp
7677
.Op Fl udp
7778
.Op Fl dccp
@@ -144,7 +145,10 @@ Sets the sender buffer size (on the listening socket) to the given number of byt
144145
.It Fl sctp
145146
Establish a new SCTP association. The streams of this association must be specified by one or more FLOWSPEC specifications as following parameters.
146147
.It Fl tcp
147-
Establish a new TCP or MPTCP connection. The flow of this connection must be specified by a FLOWSPEC specification as following parameter. MPTCP support in NetPerfMeter is realized as additional "MPTCP" socket (i.e. another TCP socket, but bound to another port number and with CMT enabled). That is, for MPTCP usage, it must contain the option cmt=mptcp (see below) to usage the MPTCP socket instead of the TCP socket.
148+
Establish a new TCP connection. The flow of this connection must be specified by a FLOWSPEC specification as following parameter.
149+
For backwards compatibility, the option cmt=mptcp creates an MPTCP connection instead of a TCP connection.
150+
.It Fl mptcp
151+
Establish a new MPTCP connection. The flow of this connection must be specified by a FLOWSPEC specification as following parameter.
148152
.It Fl udp
149153
Establish a new UDP connection. The flow of this connection must be specified by a FLOWSPEC specification as following parameter.
150154
.It Fl dccp

0 commit comments

Comments
 (0)