-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to co-exist two plugins which are add-adv and sspi, in one mptcpd? #298
Comments
Indeed, that's not possible with a single mptcpd. But note that the path-manager can be different per network namespace ( Also, changing the |
Thank you. if MPTCP_EVENT_CREATE event occurs, by Q1. Why do Q2. Thanks. |
This plugin is just a demo one, to give an example of what can be done with the plugins. Here, it announces addresses, but it doesn't create any subflows.
Maybe more the server side. But again, that's just a demo. People can create a plugin that is specific to their use-cases. Typically, when such use-cases are not handled by the in-kernel PM. I guess this repo can also host new plugins with generic use-cases, e.g. a _single-subflow-per-interface` path-manager, more focussed on the client side. Or add options, but that requires #210. |
Thank you!! |
Hello, MPTCP developer.
I'm a newbie to understand MPTCP daemon.
Can I ask for some question?
According to before question #287,
'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.
The text was updated successfully, but these errors were encountered: