mptcpd
mptcpd copied to clipboard
The Multipath TCP Daemon - mptcpd - is a daemon for Linux based operating systems that performs multipath TCP path management related operations in the user space. It interacts with the Linux kernel...
Implement and run performance and scalability benchmarks, and improve code as needed.
**Is your feature request related to a problem? Please describe.** I'm working on the ndiffports plugin, and need a way to configure the 'n' (number of ports) **Describe the solution...
**Is your feature request related to a problem? Please describe.** Subflow closure (reset) reasons are not propagated to mptcpd plugins. **Describe the solution you'd like** Propagate values corresponding to the...
The address read by the point-to-point type interface mptcpd is the address of the peer. For example, int 192.168.1.1 peer 192.168.1.254/32 The address read by MPTCP is 192.168.1.254
Leverage the Autoconf Archive macro `AX_VALGRIND_CHECK` to enable support for running the mptcpd unit tests through valgrind, e.g.: ```sh ./configure --enable-valgrind make check-valgrind ```
**Describe the bug** I run mptcpd by: /usr/local/libexec/mptcpd --debug, and create a mptcp connection, sspi dosn't print any debug logs,but sspi_send_addrs() call l_debug() to print debug log. **To Reproduce** Steps...
A quick leak check through `valgrind` reveals a small memory leak at process exit on plugin load failure: ``` ==11756== 40 bytes in 1 blocks are definitely lost in loss...