Matthieu Baerts
Matthieu Baerts
**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...
`virtme-prep-kdir-mods`: support kernel 6.2 Thank you for having created and maintained this very handy tool! Since the kernel commit https://github.com/torvalds/linux/commit/f65a486821cf ("`kbuild: change module.order to list *.o instead of *.ko`") that...
I'm using GNOME 44 beta (44~beta-1ubuntu1 on Ubuntu 23.04 with Wayland) and it looks like everything seems working fine after having forced version 44 support in metadata.js when using the...
Hello, It's seems it's recommended to use 'distutils' python module to install python files. Your script (install.sh) works fine but it seems Debian/Ubuntu devs prefer a cleaner method to install...
Currently, upon the reception of an `ADD_ADDR` (and when the `fullmesh` flag is not used), the in-kernel PM will create new subflows using the local address the routing configuration will...
This issue has been seen on NIPA, with a debug kernel config: the disconnect test in v4 with MPTCP on both side failed with a timeout: ``` # INFO: disconnect...
(Linked to #496 - maybe can be marked as fixed once this modification is in place if we are OK to take this direction) If subflows are removed from the...
(linked to #496) When a subflow is destroyed, it might be interesting to create a new subflow, e.g. we only tried to create one additional subflow because of the limits,...