From 3217066bd7bb452246540979f2e2c63b8c8fd5e9 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sun, 26 Jul 2015 23:24:15 +0000 Subject: [PATCH] Add multipath TCP report from Nigel Williams The report was submitted on time; the delay is on my end. --- .../news/status/report-2015-04-2015-06.xml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml b/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml index 4c9a7d4afa..fcd852c467 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml @@ -3139,4 +3139,63 @@ + + + Multipath TCP for &os; + + + + + Nigel + Williams + + njwilliams@swin.edu.au + + + + + MPTCP Project + Website + + + +

Multipath TCP (MPTCP) is an extension to TCP that + allows for the use of multiple network interfaces on a + standard TCP session. The addition of new addresses and + scheduling of data across these occurs transparently from the + perspective of the TCP application.

+ +

The goal of this project is to deliver an MPTCP kernel + patch that interoperates with the reference MPTCP + implementation, along with additional enhancements to aid + network research.

+ +

The patch now supports the core mechanisms of the MPTCP + protocol (multi-address operation, data-level retransmission, + etc).

+ +

Recent additions include improved socket-option + handling and the transfer of some logging output to DTRACE. The + patch has been updated to build against r285254 of HEAD.

+ +

A patch (v0.5) is currently being tested and will be + made available to the public shortly, with a plan to release + further patches on a more frequent basis following that.

+ + + + FreeBSD Foundation + + + + +

Complete documentation and testing for release of the v0.5 + patch.

+
+ +

Release Technical Report describing the implementation + of v0.5.

+
+
+