From owner-freebsd-net@FreeBSD.ORG Tue Oct 6 20:58:32 2009 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 5E7641065672 for ; Tue, 6 Oct 2009 20:58:32 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 1C5AD8FC0C for ; Tue, 6 Oct 2009 20:58:31 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id BB06F730DA; Tue, 6 Oct 2009 23:05:13 +0200 (CEST) Date: Tue, 6 Oct 2009 23:05:13 +0200 From: Luigi Rizzo To: Oleg Bulyzhin Message-ID: <20091006210513.GA14620@onelab2.iet.unipi.it> References: <4AC9E29B.6080908@mail.ru> <20091005123230.GA64167@onelab2.iet.unipi.it> <4AC9EFDF.4080302@mail.ru> <4ACA2CC6.70201@elischer.org> <4ACAFF2A.1000206@mail.ru> <4ACB0C22.4000008@mail.ru> <20091006093408.GA86830@onelab2.iet.unipi.it> <4ACB0F28.3000906@mail.ru> <20091006101747.GA87655@onelab2.iet.unipi.it> <20091006173039.GA66473@lath.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091006173039.GA66473@lath.rinet.ru> User-Agent: Mutt/1.4.2.3i Cc: rihad , Julian Elischer , freebsd-net@FreeBSD.org Subject: Re: dummynet dropping too many packets 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: Tue, 06 Oct 2009 20:58:32 -0000 On Tue, Oct 06, 2009 at 09:30:39PM +0400, Oleg Bulyzhin wrote: > On Tue, Oct 06, 2009 at 12:17:47PM +0200, Luigi Rizzo wrote: > > > io_pkt_drop only reports packets dropped to errors (missing pipes, > > randomly forced packet drops which you don't use, no buffers and so on). > > You are mistaken here. io_pkt_drop is total number of packets dropped by > dummynet_io(). hmm... you are right.