logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mptcpize - enable MPTCP on existing services

Description

mptcpize is a program that enables multipath TCP on existing legacy services, where COMMAND is one of the
       following:

   run[-d]prog[args]
       Run  target program with the specified command line arguments, forcing MPTCP socket usage instead of TCP.
       If the -d argument is provided, dump messages on stderr when a TCP socket is forced to use MPTCP.

   enableunit
       Update the systemd unit file, forcing the given service to run under the above launcher.

   disableunit
       Update the systemd unit file, removing the above launcher.

Name

       mptcpize - enable MPTCP on existing services

Options

mptcpize accepts the following command line options:

       -?,--help
              display mptcpize help information

       --usage
              display brief mptcpize usage information

       -V,--version
              display mptcpize version information

Reporting Bugs

       Report bugs to mptcp@lists.linux.dev.

See Also

ip-mptcp(8), mptcpd(8)

Multipath TCP Daemon                               2021-09-23                                        MPTCPIZE(8)

Synopsis

mptcpize [-?V] [--help] [--usage] [--version] COMMAND

See Also