From owner-freebsd-net@freebsd.org Thu Sep 17 01:08:56 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 E324B9CEF69 for ; Thu, 17 Sep 2015 01:08:56 +0000 (UTC) (envelope-from njwilliams@swin.edu.au) Received: from gpo3.cc.swin.edu.au (gpo3.cc.swin.edu.au [136.186.1.32]) (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 671B01578 for ; Thu, 17 Sep 2015 01:08:55 +0000 (UTC) (envelope-from njwilliams@swin.edu.au) Received: from [136.186.242.223] (vpn242-223.cc.swin.edu.au [136.186.242.223]) by gpo3.cc.swin.edu.au (8.14.3/8.14.3) with ESMTP id t8H18qp5002099 for ; Thu, 17 Sep 2015 11:08:52 +1000 Subject: Re: Multipath TCP for FreeBSD v0.5 To: freebsd-net@freebsd.org References: <55E54846.4020504@swin.edu.au> <201509161053.t8GArV74012141@gpo2.cc.swin.edu.au> From: Nigel Williams Message-ID: <55FA12A3.2090800@swin.edu.au> Date: Thu, 17 Sep 2015 11:08:51 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201509161053.t8GArV74012141@gpo2.cc.swin.edu.au> Content-Type: text/plain; charset=windows-1252; 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: Thu, 17 Sep 2015 01:08:57 -0000 Hi Nils, On 16/09/15 20:52, Nils Beyer wrote: > Hi Nigel, > > Nigel Williams wrote: >> A new mptcp v0.5 patch is available at >> http://caia.swin.edu.au/urp/newtcp/mptcp/tools.html. > > thanks for the new patch. I've tried your provided VirtualBox VM "FB11-test1". > > Unfortunately, standard TCP-connections aren't working. For instance, after I > execute: > > fetch -o - 'http://www.google.com' > > I get an incomplete transfer that times out after a while. Sometimes I get > a kernel panic (s. attached screenshot). > > Then I tried the patch on real hardware (built my own kernel as described). > Same behaviour. > > Is it intended that the current implementation is not backwards compatible > to non-MPTCP-connections? If you need any more details, feel free to contact > me... > Thanks for taking a look at the patch. The patch should be backwards compatible with TCP, though as you've observed there are still issues with stalls and crashes (I've only so far done limited testing within my testbed). I was able to replicate the stall on one of the VMs - so I'll take a look at what might be happening. Thanks for letting me know. cheers, nigel > > > Regards, > Nils > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >