Ossama Othman
Ossama Othman
Add a Debian init.d script for mptcpd for the case where start of mptcpd through systemd is not available or undesirable.
Existing tests focus predominantly on individual mptcpd components, without much kernel involvement. Tests should be written or improved to cover the full path management code path, including: - Kernel to...
Implement at least the `new_local_address` and `delete_local_address` callbacks in the single-sublflow-per-interface (sspi) reference plugin to trigger MPTCP `ADD_ADDR` and `REMOVE_ADDR` operations through the MPTCP path management netlink command API.
Implement and run performance and scalability benchmarks, and improve code as needed.
**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...
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 ```