This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

MultiPath TCP

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Resources

MultiPath TCP (MPTCP) is an effort towards enabling the simultaneous use of several IP-addresses/interfaces by a modification of TCP that presents a regular TCP interface to applications, while in fact spreading data across several subflows. Benefits of this include better resource utilization, better throughput and smoother reaction to failures.

Installation

Get sources from mptcp or manually patch the Linux kernel.

Kernel

Now, configure the kernel with the following option:

KERNEL
'"`UNIQ--pre-00000000-QINU`"'

Using Coupled Congestion Control will guarantee fairness across a shared bottleneck, enable it:

KERNEL
'"`UNIQ--pre-00000003-QINU`"'

External resources