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?
Asked
Active
Viewed 1,141 times
1 Answers
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