Hello, MPTCP developer.
I'm a newbie to understand MPTCP daemon.
Can I ask for some question?
According to before question #287,
If yes, mptcpd can work with both, it depends on which path manager plugin you use, e.g. add-adv will setup the in-kernel path manager, while sspi will require the userspace PM.
'add-adv' uses in-kernel path manager and,
'sspi' uses Userspace path manager
Q1. Is it possible to co-exist two plugins which are add-adv and sspi, in one mptcpd ?
I think, It's not possible because 'add-adv' uses in-kernel path manager and 'sspi' uses Userspace path manager. so, to use them, net.mptcp.pm_type
should be changed flexibly.
Q2. If yes, When pm_type will be changed?
Thanks.