From owner-svn-doc-head@FreeBSD.ORG Wed Apr 15 04:06:31 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58417BBF; Wed, 15 Apr 2015 04:06:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29D1333B; Wed, 15 Apr 2015 04:06:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F46VaJ004509; Wed, 15 Apr 2015 04:06:31 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3F46Vb0004508; Wed, 15 Apr 2015 04:06:31 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201504150406.t3F46Vb0004508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Wed, 15 Apr 2015 04:06:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46555 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 04:06:31 -0000 Author: bjk Date: Wed Apr 15 04:06:30 2015 New Revision: 46555 URL: https://svnweb.freebsd.org/changeset/doc/46555 Log: Add MPTCP report Approved by: hrs (mentor, implicit) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 03:47:10 2015 (r46554) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 04:06:30 2015 (r46555) @@ -2011,4 +2011,64 @@ WITHOUT_FORTH=y + + + Multipath TCP for &os; + + + + + Nigel + Williams + + njwilliams@swin.edu.au + + + + + + + + +

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.

+ +

After a major re-design of the earlier prototype + implementation, the patch is again able to establish and carry + out multi-path connections that incorporate multiple addresses. + Improvements have also been made to path management and to code + handling the addition of subflows to a connection.

+ +

I have most recently added data-level re-transmission + support and am in the process of testing this. I will soon be + in a position to start more extensive testing of the patch in + different multi-path scenarios, with plans for a public release + of v0.5 in May.

+ + + The &os; Foundation + + + +

Testing of data-level re-transmission.

+
+ + +

Basic support for per-subflow congestion control + algorithm selection.

+
+ + +

Testing and release of v0.5 patch.

+
+
+