From owner-freebsd-net@freebsd.org Thu Oct 22 09:58:52 2015 Return-Path: Delivered-To: freebsd-net@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 1CD56A1CDCB for ; Thu, 22 Oct 2015 09:58:52 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.53.177]) (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 ED63A1A9F for ; Thu, 22 Oct 2015 09:58:51 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from [38.127.159.5] (port=49445 helo=[10.70.193.138]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.86) (envelope-from ) id 1ZpCe0-0004P1-3d; Thu, 22 Oct 2015 05:58:48 -0400 From: "George Neville-Neil" To: "Nigel Williams" Cc: freebsd-net@freebsd.org Subject: Re: MPTCP for FreeBSD repository on BitBucket/v0.51 update Date: Thu, 22 Oct 2015 05:58:45 -0400 Message-ID: <137EE92F-7611-402D-874F-37AA627F41CA@neville-neil.com> In-Reply-To: <562466AA.7020707@swin.edu.au> References: <562466AA.7020707@swin.edu.au> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.2r5141) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Authenticated-Sender: vps.hungerhost.com: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 09:58:52 -0000 On 18 Oct 2015, at 23:42, Nigel Williams wrote: > Hi, > > The MPTCP code is now available as a mercurial repository: > - Repository: https://bitbucket.org/nw-swin/caia-mptcp-freebsd > - Wiki: https://bitbucket.org/nw-swin/caia-mptcp-freebsd/wiki/ > > For those interested in trying the implementation/looking at the code, > this should hopefully make the process a little easier (and save > having to patch in updates). It should also make it possible to > contribute code for those wishing to do so. > > Some details: > - Has been branched off 'freebsd-head' at > 'http://hg-beta.freebsd.org/base', and will be merged on a weekly > basis. > - I will be working off this repository so it will be up-to-date with > recent changes. > - In place of patch releases, release versions will now be tagged. > - I'll also start to populate the 'Issues' section so that there is a > better picture of current bugs/things TBD. > > The version has also been updated to v0.51. See: > - http://caia.swin.edu.au/newtcp/mptcp/tools.html > - OR https://bitbucket.org/nw-swin/caia-mptcp-freebsd/wiki/Home > > Functionally-wise this hasn't changed from the previous version, but > has been merged with a recent revision of head. > Very nice! Just wondering how you're testing this out. I've been working on a lot of networking tests and I'm sure MPTCP introduces some interesting complications. Thanks, George