Patch Information ================= This patch has been created against MPTCP v0.88.11 and kernel v3.11.10. 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 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 ============= Simone Ferlin-Oliveira Thomas Dreibholz