From owner-freebsd-net@freebsd.org Mon Oct 19 03:42:39 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 92A21A103E8 for ; Mon, 19 Oct 2015 03:42:39 +0000 (UTC) (envelope-from njwilliams@swin.edu.au) Received: from gpo1.cc.swin.edu.au (gpo1.cc.swin.edu.au [136.186.1.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17AF41762 for ; Mon, 19 Oct 2015 03:42:38 +0000 (UTC) (envelope-from njwilliams@swin.edu.au) Received: from [136.186.242.235] (vpn242-235.cc.swin.edu.au [136.186.242.235]) by gpo1.cc.swin.edu.au (8.14.3/8.14.3) with ESMTP id t9J3gYdT006265 for ; Mon, 19 Oct 2015 14:42:35 +1100 To: freebsd-net@freebsd.org From: Nigel Williams Subject: MPTCP for FreeBSD repository on BitBucket/v0.51 update Message-ID: <562466AA.7020707@swin.edu.au> Date: Mon, 19 Oct 2015 14:42:34 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 19 Oct 2015 03:42:39 -0000 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. cheers, nigel