1
2MPTCPIZE(8) System Management Commands MPTCPIZE(8)
3
4
5
7 mptcpize - enable MPTCP on existing services
8
10 mptcpize [-?V] [--help] [--usage] [--version] COMMAND
11
12
14 mptcpize is a program that enables multipath TCP on existing legacy
15 services, where COMMAND is one of the following:
16
17
18 run [-d] prog [args]
19 Run target program with the specified command line arguments, forcing
20 MPTCP socket usage instead of TCP. If the -d argument is provided,
21 dump messages on stderr when a TCP socket is forced to use MPTCP.
22
23
24 enable unit
25 Update the systemd unit file, forcing the given service to run under
26 the above launcher.
27
28
29 disable unit
30 Update the systemd unit file, removing the above launcher.
31
32
33
35 mptcpize accepts the following command line options:
36
37
38 -?,--help
39 display mptcpize help information
40
41
42 --usage
43 display brief mptcpize usage information
44
45
46 -V,--version
47 display mptcpize version information
48
49
51 Report bugs to ⟨mptcp@lists.linux.dev⟩.
52
53
55 ip-mptcp(8), mptcpd(8)
56
57
58
59
60Multipath TCP Daemon 2021-09-23 MPTCPIZE(8)