From owner-freebsd-net@FreeBSD.ORG Wed Sep 17 01:54:02 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 801BE8A8; Wed, 17 Sep 2014 01:54:02 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30393C9B; Wed, 17 Sep 2014 01:54:02 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id l6so1150415qcy.1 for ; Tue, 16 Sep 2014 18:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/A9DIEVBM0srS/IOVegkh4LDHB6DoaLwsoEmKIatM30=; b=z6a/ycW22VapKABL4/3x+JPa/dLgcMG214p5CvvNFWbYDFRhmWAFVDWKmOJuXHw0NX hypKmcmn0m5t35PYO1FHKVPsL4itZkl+UC+tBmQ2w6YVWe88W604bFkItQ3QGJQW/2tp bJqb/qqCPhUqb0TDz7vYz0c2f3Tjs2pbpb1Av/7u1410I8bQRJ/RSbZbYUsP2q+XLu4k veXdKpUkrtfyXVRRcI3pli+oZJXl4KRapQPuxUd3rQbqZUU902M7EudLO89XDpctUSTM KvLIF0sDSitazW9eA1si0cSwehVtuANPmmBc9lCuuJdteLiUjzgdi3b7ISMUUd87TrL2 jYmA== MIME-Version: 1.0 X-Received: by 10.224.46.133 with SMTP id j5mr24918068qaf.92.1410918840660; Tue, 16 Sep 2014 18:54:00 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.170.230 with HTTP; Tue, 16 Sep 2014 18:54:00 -0700 (PDT) In-Reply-To: <1410907731.1166.13.camel@bruno> References: <513CB9AF.3090409@swin.edu.au> <53BF8945.3000802@swin.edu.au> <540D0741.6030403@swin.edu.au> <1410907731.1166.13.camel@bruno> Date: Tue, 16 Sep 2014 18:54:00 -0700 X-Google-Sender-Auth: kUjBuSGX-ey2wSHrgkSvwgjlsEw Message-ID: Subject: Re: Multipath TCP for FreeBSD v0.4 From: hiren panchasara To: Sean Bruno Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" , Nigel Williams X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 01:54:02 -0000 On Tue, Sep 16, 2014 at 3:48 PM, Sean Bruno wrote: > On Mon, 2014-09-08 at 11:32 +1000, Nigel Williams wrote: >> Hi, >> >> We recently released a new tech report "Design Overview of Multipath TCP >> version 0.4 for FreeBSD-11" [1]. The report provides some details on >> various aspects of the implementation (session management, data-level >> retransmission etc), as of the most recent v0.4 patch [2]. >> >> cheers, >> nigel >> >> [1] http://caia.swin.edu.au/reports/140822A/CAIA-TR-140822A.pdf >> [2] http://caia.swin.edu.au/urp/newtcp/mptcp/tools.html >> > > > Nigel: > > Hi! Are you folks interested in having this patchset incorporated into > the main line of FreeBSD? I'm open to putting up a phabricator review > for you folks at https://reviews.freebsd.org if that's something you > guys want to do? > > sean > Sean, We should not move it to phabricator as contributors without freebsd.org email address (like the patch author himself and patch tester Nils) would not be able to comment on the review as phabricator is still read-only for them. my 2 cents. cheers, Hiren