From owner-svn-doc-all@freebsd.org Sun Jul 26 23:24:17 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 181FA9AB73A; Sun, 26 Jul 2015 23:24:17 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.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 E30B0276; Sun, 26 Jul 2015 23:24:16 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QNOGt9028318; Sun, 26 Jul 2015 23:24:16 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QNOGfe028317; Sun, 26 Jul 2015 23:24:16 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201507262324.t6QNOGfe028317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 26 Jul 2015 23:24:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47111 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 23:24:17 -0000 Author: bjk Date: Sun Jul 26 23:24:15 2015 New Revision: 47111 URL: https://svnweb.freebsd.org/changeset/doc/47111 Log: Add multipath TCP report from Nigel Williams The report was submitted on time; the delay is on my end. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 26 22:22:12 2015 (r47110) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Sun Jul 26 23:24:15 2015 (r47111) @@ -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.

+
+
+