Patch Information
=================

This patch has been created against MPTCP v0.89.4 and kernel v3.14.27.
It may need changes for different versions!

The git repository for the patch is: git://github.com/dreibh/mptcp.git


This patch adds the following socket options for MPTCP:
TCP_MULTIPATH_DEBUG - turn on/off debugging
TCP_MULTIPATH_ENABLED - turn on/off MPTCP
TCP_MULTIPATH_NDIFFPORTS - set ndiffports
TCP_MULTIPATH_PATHMANAGER - set path manager
TCP_MULTIPATH_SCHEDULER - set scheduler

It furthermore adds placeholders:
TCP_MULTIPATH_ADD
TCP_MULTIPATH_REMOVE
TCP_MULTIPATH_SUBFLOWS
TCP_MULTIPATH_CONNID
The placeholders do nothing yet, but the #defines are set, so future MPTCP
programs can rely on the existence of appropriate definitions.


Patch Authors
=============

Thomas Dreibholz <dreibh@simula.no>
Simone Ferlin <ferlin@simula.no>
