|
26 | 26 | .\" Homepage: https://www.nntb.no/~dreibh/netperfmeter/ |
27 | 27 | .\" |
28 | 28 | .\" ###### Setup ############################################################ |
29 | | -.Dd May 12, 2025 |
| 29 | +.Dd August 1, 2025 |
30 | 30 | .Dt netperfmeter 1 |
31 | 31 | .Os netperfmeter |
32 | 32 | .\" ###### Name ############################################################# |
@@ -69,8 +69,6 @@ Destination:Port |
69 | 69 | .Op Fl display |
70 | 70 | .Op Fl nodisplay |
71 | 71 | .Op Fl v6only |
72 | | -.Op Fl pathmgr=name |
73 | | -.Op Fl scheduler=name |
74 | 72 | .Op Fl sndbuf=bytes |
75 | 73 | .Op Fl rcvbuf=bytes |
76 | 74 | .Op Fl tcp |
@@ -139,12 +137,6 @@ Display live I/O statistics, updated every second. This is enabled by default. |
139 | 137 | No not display live I/O statistics. This is useful for running NetPerfMeter in background as a service. |
140 | 138 | .It Fl v6only |
141 | 139 | Use sockets with IPv6 only (by setting IPV6_V6ONLY socket option). |
142 | | -.It Fl pathmgr=name |
143 | | -Set MPTCP path manager for the passive node (MPTCP for Linux only. Requires socket options kernel patch!). |
144 | | -On an active node, this option applies to the following flows, i.e. it must be set before specifying a flow! |
145 | | -.It Fl scheduler=name |
146 | | -Set MPTCP scheduler for the passive node (MPTCP for Linux only. Requires socket options kernel patch!). |
147 | | -On an active node, this option applies to the following flows, i.e. it must be set before specifying a flow! |
148 | 140 | .It Fl rcvbuf=bytes |
149 | 141 | Sets the receiver buffer size (on the listening socket) to the given number of bytes. |
150 | 142 | .It Fl sndbuf=bytes |
@@ -215,10 +207,6 @@ A repetition of the list is possible with the keyword "repeat" at the end of the |
215 | 207 | By default, the active side stops with an error when a transmission tails (e.g. on connection abort). This parameter turns this behaviour on or off. |
216 | 208 | .It nodelay=on|off |
217 | 209 | Deactivate Nagle algorithm (TCP and SCTP only; default: off). |
218 | | -.It debug=on|off |
219 | | -Set debug mode on socket (currently: MPTCP for Linux only. Requires socket options kernel patch!). |
220 | | -.It ndiffports=number |
221 | | -Set number of different MPTCP subflows (MPTCP for Linux only. Requires socket options kernel patch!). |
222 | 210 | .It v6only |
223 | 211 | Use socket with IPv6 only (by setting IPV6_V6ONLY socket option). |
224 | 212 | .It pathmgr=name |
|
0 commit comments