mptcpd icon indicating copy to clipboard operation
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...

Results 62 mptcpd issues
Sort by recently updated
recently updated
newest added

@ossama-othman, could you please explain briefly what _**mptcpd_pm_remove_subflow**_ should do? Should it send some info (flag) to the peer, or just remove the selected subflow from the internal kernel subflow...

**Describe the bug** [Network topology] (iperf3 -s) 198.19.0.96 (A) ---- (B) 198.19.0.32, 198.19.0.33 (iperf3 -c) Machine B has two interfaces and runs iperf3 as a client to generate traffic to...

bug

Sorry to bother you. When I built mptcpd-0.7 and ran `./configure`, it showed `configure: error: Package requirements (ell >= 0.27) were not met: No package 'ell' found Consider adjusting the...

question

Adds a new plugin operation that allows to read a configuration file. It receives the filename of the configuration file, a parser function and an extra argument that is passed...

**Describe the bug** With mptcpd 0.10, I can see some IPs that are no longer assigned to any interfaces on my laptop, e.g. ``` $ ip mptcp endpoint fe80::(...) id...

**Describe the bug** By default, with `addr_adv` PM (I didn't check the other ones), all IPv6 addresses are added as endpoints. In most cases, there is no reason to announce...

Recently, NM 1.40.0 added support for MPTCP. I didn't look at it in details yet but it is certainly going to do the same job as mptcpd when used with...

**Is your feature request related to a problem? Please describe.** Currently, `mptcpize` will modify the vendor provided systemd service file located at `/lib/systemd/system/*.service`. This approach is problematic because that file...

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...

enhancement

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.

enhancement