2

Is there any implementation of MPTCP in user mode, not kernel mode? If no, is there any suggestions to reuse kernel mode source code in user mode?

http://www.multipath-tcp.org

https://github.com/multipath-tcp/mptcp

k06a
  • 17,755
  • 10
  • 70
  • 110

1 Answers1

2

There is a python/scapy based implementation: https://github.com/nimai/mptcp-scapy

Furthermore, you can check out an MPTCP proxy userspace implementation in c to get you started, if you want to develop yourself: http://open-innovation.alcatel-lucent.com/projects/mptcp-proxy Look under DocManager: Project Documentation -> Uncategorized Submissions

kaidowei
  • 105
  • 1
  • 9