Ossama Othman
Ossama Othman
The mptcpd `bootstrap` script works without problem in our Ubuntu and Fedora builds. Both use vanilla GNU Autotool installations. Can you confirm that your GNU Autotool installation is fully functional...
> I start the mptcp.service as indicated in tutorial, but **NO** additional sub-flow created in MPTCP session. mptcpd 0.8 fixes an issue in the `addr_adv` plugin that prevented subflows from...
Rather than choose the default plugin, you may also be interested in a recent set of changes found on the `master` branch that allows the user to choose specifically which...
Thanks for the detailed description. This does seem like a bug. I'll try to reproduce it, and fix it accordingly.
> 1. sspi will send all local addresses associated with a network interface, so if a nic have more than one address, it will create more than one subflow on...
> 1. every new mptcp connection(MPTCP_EVENT_CREATED) event will trigger sspi send local address to kernel? this leads to a lot of repetitive work. That's a good point. It would probably...
It looks like you're running `mptcpd` directly from the command line in the `/usr/local/libexec` directory, i.e.: ```sh $ cd /usr/local/libexec # ./mptcpd ``` Is that correct? If so, you'll need...
On a related note, we should consider bundling PM netlink event attributes passed to plugin operations into a `struct` to minimize the number of plugin parameters. Some plugin operations have...
> We call the API -> mptcpd_pm_add_subflow() in sspi_connection_established() with hardcode parameters, it seems the subflow can create by the kernel. > ... > We have a question, where is...