Vadym S Hapanchak
Vadym S Hapanchak
For the raspbian user firs off all : `sudo apt-get install raspberrypi-kernel-headers` and than follow the solution of @pedrombmachado #issuecomment-479672261 > The solution described here worked for me in Ubuntu...
Thank you for reply, Ossama I solved the problem by compiling the upstream Linux Kernel ( v5.14 with mptcp v.1 enabled ) and installing .tar archive (mptcpd-0.7.tar.gz) as you suggest....
OK, thank you. Currently, I'm running **mptcpd v0.8** , using _--path-manager_ option to select netlink path manager, since every installed plugin is loaded on start. Actually, I have opened this...
Hello, @abhinaba-fbr What kernel version did you use ?? did you make endpoint configuration with iptools? on client and server .. did you use mptcpsize with iperf3??
1. You can use for example mptcpd on client side, and in kernel pm on server side.. But if you use mptcpd, all PM logic should be implemented by yourself.....
> Just for a bit clarification. What do you mean by PM logic, do you mean plugins (like add_adv and sspi) or we need to implement/modify PM handling operations (mptcpd/path_manager.c)...
OK, I figured out the problem. Netlink_pm stops working as expected when I call these functions from a separate thread. Now I need some advice to get around this issue....
Its a path management problem.
Hi, Any update for this question?
No error message appears on mptcpd side after calling remove subflow function.. Kernel logs also empty.. (observed by _dmesg -w_ .. is this a way to watch MPTCP kernel logs?...