From owner-freebsd-ipfw@FreeBSD.ORG Mon May 26 19:05:26 2008 Return-Path: Delivered-To: freebsd-ipfw@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD0E4106564A for ; Mon, 26 May 2008 19:05:26 +0000 (UTC) (envelope-from goffredo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 974BF8FC14 for ; Mon, 26 May 2008 19:05:26 +0000 (UTC) (envelope-from goffredo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1294899ywe.13 for ; Mon, 26 May 2008 12:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lE7dlv56tt209fVT/Cg/sRPiNvuG2jawjjV2YmTgR7g=; b=RnWuFxPOJVnp+ohcO5vPuHMYP6cnp4Bo7Jaq0kymWjjm12auvQ6vZ+aLwyPf+NT46VN/DaQ0dk3i+PGDBWnogXP3WAwX0qG+gIgtYj1CMdUP3I8ukGk23nRoTmty5u31+Ubh1oWrt5DJng1QVeAv/jdJkarE4hCpVfiY5c85QpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MJp1D/zmZGQiYirtg1ew8CdtEFCiROfLQh/HzcMse8BKAgu11j1qGhc5bjFezddGcRVxRwaqbalUt/HAjkpdiG/CqwAjcTIkEyjNpOWxGNDiZvRWNbYdFfNzju7D0BcB/ZOcnCKaY5QiVxa5dfWqS+CAHm2u5r+IAbNlP/ufeEg= Received: by 10.142.83.4 with SMTP id g4mr130574wfb.28.1211827096992; Mon, 26 May 2008 11:38:16 -0700 (PDT) Received: by 10.143.53.7 with HTTP; Mon, 26 May 2008 11:38:16 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 15:38:16 -0300 From: "Joao Rocha Braga Filho" To: freebsd-ipfw@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: PR kern/111713 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 19:05:26 -0000 The solution for PR kern/111713 is very good. Using sysctl and creating "net.inet.ip.dummynet.pipe_slot_limit" parameter. It much is better than my idea. I will try it today. With a big queue I can use my "QoS with ACK Negative Feedback" without problems. Thanks, Jo=E3o Rocha --=20 goffredo@gmail.com