https://github.com/nivekiba/dmptcp
Distributed protocol implementation for communication client - multiserver
https://github.com/nivekiba/dmptcp
linux-kernel networking
Last synced: 3 months ago
JSON representation
Distributed protocol implementation for communication client - multiserver
- Host: GitHub
- URL: https://github.com/nivekiba/dmptcp
- Owner: Nivekiba
- Created: 2020-01-15T13:48:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T21:28:32.000Z (over 6 years ago)
- Last Synced: 2025-12-27T15:58:50.869Z (7 months ago)
- Topics: linux-kernel, networking
- Language: C
- Homepage:
- Size: 818 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMPTCP
## Compilation
```make server``` for lauching the dmptcp server. It must be run in each computer which want to use the protocol
```make client``` for lauching a dmptcp client over multiple servers in order to test the protocol sending/receiving routines
## For middleboxes
To avoid middleboxes difficulties that concern classic TCP packet modifications, we have to install/launch also the driver (Server_listening) in the middleboxes.