Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 470 Bytes

mptcp-tools

misc helpers to test and use the mptcp net-next implementation

Contents

use_mptcp/

An utility to force a non MPTCP-enabled application to use MPTCP instead of TCP.

Usage:

./use_mptcp.sh <app> <app command line>

It will build on the fly wrapper library to hijack the socket() libcall, requires gcc and make

mpab/

Wrapper to run apache benchmark (ab) with MPTCP, leveraging use_mptcp. Requires ngnix and ab.

Usage: ./mpab.sh