From owner-freebsd-net@FreeBSD.ORG Mon Aug 15 17:51:42 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7BEC1065674 for ; Mon, 15 Aug 2011 17:51:42 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.re1.yahoo.com (mrout2-b.corp.re1.yahoo.com [69.147.107.21]) by mx1.freebsd.org (Postfix) with ESMTP id 779E28FC13 for ; Mon, 15 Aug 2011 17:51:42 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout2-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p7FHfKD6041194; Mon, 15 Aug 2011 10:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1313430080; bh=TSocxoV9W/Dwgwnf7BjSMb2ICW4kQusLAwSmT64GxFY=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=A49VF7F7u0+vXft9YJLQoa8gxGKjZ0BYHdwUQjRl1Gm4aHAHNKKuRXEw3IOPQ5zI9 zx2qcmVIGBAKDxr0RDFA2wyOXiV+UWTUx/bXxjoBEzNTzjWK1KY6PPmoyFDIEiu7VD 0gsL0UECVsDLx6BFFvOYpOtbEEBved4IMrNW0DcY= From: Sean Bruno To: Darren Baginski In-Reply-To: <783631313416439@web31.yandex.ru> References: <783631313416439@web31.yandex.ru> Content-Type: text/plain; charset="UTF-8" Date: Mon, 15 Aug 2011 10:41:19 -0700 Message-ID: <1313430079.2781.2.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-net@freebsd.org" Subject: Re: excessive duplicate ACKs X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Aug 2011 17:51:42 -0000 On Mon, 2011-08-15 at 06:53 -0700, Darren Baginski wrote: > Hi! > > Could please some tell me if bug > http://lists.freebsd.org/pipermail/freebsd-net/2011-February/027895.html > was fixed in any release? > If not is there any workaround? > I'm still facing with it 8.2-RELEASE. > Sorry if that question was answered already. Can't find an answer. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" It looks like it was patched in 8 here: http://svnweb.freebsd.org/base?view=revision&revision=222934 Sean