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...
_NOTE_: This issue is meant to document an address ID tracking conflict between the user-space (mptcpd) and the kernel. It is not necessarily an issue that needs to be corrected...
Do not hardcode LD_LIBRARY_PATH in the mptcp.service unit file. It breaks multilib support on Fedora (e.g. /usr/lib vs /usr/lib64). Have mptcpd infer the mptcpd plugin path based on the arch/machine...
Add a step to the mptcpd "C/C++ CI" GitHub workflow that verifies mptcpd successfully starts and stop through systemd using the mptcp.service unit file generated during the build.
Not related to mptcpd directly but I had a question on the protocol itself: how do you create a new subflow ? In the multipath-tcp.org version I could send a...
Hello, What is exactly the purpose of the priority in the plugins? By looking at the source code, more precisely at `lib/plugins.c`, the only thing it seems to be used...
Hello, considering that `mptcpd` uses `ell` shouldn't it also handle the `SIGABRT` signal, since `ell`, for example, calls `abort()` when an allocation fails?
Hello, Currently `mptcpd` does not notify nor allows to notify plugins about network interfaces received in the initial dump, so if a plugin needs to initialize something or take some...