Hello,
Thank you for developing and maintaining this kernel feature!
It would be great if it would be possible to have the possibility to use an MPTCP socket, and benefit from it to use multiple paths at the same time or one after the other.
On the userspace side, it is easy to switch from TCP to MPTCP: simply switching from IPPROTO_TCP to IPPROTO_MPTCP when creating the socket (doc). On the kernelspace side, I didn't look at the new OVPN driver, but hopefully it shouldn't be too different from the TCP interface :)
Previous discussions about that:
Hello,
Thank you for developing and maintaining this kernel feature!
It would be great if it would be possible to have the possibility to use an MPTCP socket, and benefit from it to use multiple paths at the same time or one after the other.
On the userspace side, it is easy to switch from TCP to MPTCP: simply switching from
IPPROTO_TCPtoIPPROTO_MPTCPwhen creating the socket (doc). On the kernelspace side, I didn't look at the new OVPN driver, but hopefully it shouldn't be too different from the TCP interface :)Previous discussions about that: