An open API service indexing awesome lists of open source software.

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

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.