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...
I want to establish an MPTCP connection between two servers with multiple subflows on each side. ### Configuration of both servers - multiple CPUs - 4-port 1 Gbps Ethernet interface...
Add a Debian init.d script for mptcpd for the case where start of mptcpd through systemd is not available or undesirable.
**Is your feature request related to a problem? Please describe.** "listener" events have been added in the kernel in v6.2 but not in mptcpd. Because of that, the logs can...
**Is your feature request related to a problem? Please describe.** Because the in-kernel PM supports a maximum of 8 local endpoints, it is probably best to avoid using the LL...
I'm playing with mptcpd. I don't quite get what plugins do. I don't quite understand if mptcpd supports "userspace path manager" sysctl net.mptcp.pm_type thing. Having said that, I don't think...
**Describe the bug** (See issue #281 opened by @majek for more details) With the in-kernel PM and the `addr_adv` plugin, it looks like mptcpd doesn't remove endpoints when the attached...
With mptcpd 0.11, this error message is printed each time I run a new docker image: ``` add_addr: too many addresses or duplicate one: Invalid argument ``` It is easy...
Hello I have installed mptcpd 0.11 as per the instructions provided in github. Once installed I m trying to run the binary of mptcpd present in `/usr/local/libexec/` . However I...
Hello, As a part of my research work in collage I am planning to implement path managment algorithms from userspace for mptcpd. I have come across several path management algorithms...