From owner-freebsd-pf@FreeBSD.ORG Mon Sep 10 13:31:33 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D9C16A41A for ; Mon, 10 Sep 2007 13:31:33 +0000 (UTC) (envelope-from rian.shelley@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 132CE13C442 for ; Mon, 10 Sep 2007 13:31:32 +0000 (UTC) (envelope-from rian.shelley@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so987480rvb for ; Mon, 10 Sep 2007 06:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=sbTWWl5R5ht8ixDHaS3Qj7fvldaZlWfhjGirgd3ZLVc=; b=BiQkinB4vjHHZjWNBDpurqJoYzI/ZyIQR9Y6gOC48Mj/IeMbLahRS1mNQk3YiYxJQISbsLvdgA/8XMg8zUSPGoHzV2BLh6cicEyqfCki30cEFFTxGevXQfw9jv2Zhmj6eXYNMFsnxqxJBaTS61RbALKDYt0PHSrRqqq5ZoI4iTE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IN8wYlhnftupaxNa+bJeHMOXeC599LuZlwtWZ2nEwaEz5czXkI7L/3waPpQVR4Kb0l6eqw/ej7DxooY0BsJo2RACLGI/iwiM6IEjcbMKet7tT6v/s5cQqtCcZ/KSArcdh9Tw8DtLczNGyh7qRiSGMUteJeo3Zu9uivwx0mVua0Y= Received: by 10.141.90.17 with SMTP id s17mr1824896rvl.1189431092619; Mon, 10 Sep 2007 06:31:32 -0700 (PDT) Received: by 10.141.2.19 with HTTP; Mon, 10 Sep 2007 06:31:32 -0700 (PDT) Message-ID: Date: Mon, 10 Sep 2007 07:31:32 -0600 From: "Rian Shelley" Sender: rian.shelley@gmail.com To: freebsd-pf@freebsd.org In-Reply-To: <200709062304.19833.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709052316.41257.max@love2party.net> <55e8a96c0709051745v45a40cf3qb8d9ff9725ad8a55@mail.gmail.com> <200709062304.19833.max@love2party.net> X-Google-Sender-Auth: 7ab390dd8acb8868 Subject: Re: pfsync errors X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 13:31:33 -0000 On 9/6/07, Max Laier wrote: > On Thursday 06 September 2007, Bill Marquette wrote: > > On 9/5/07, Max Laier wrote: > > > Another way to go is setting the queuelength for the internal > > > processing queue to something insanely high (1000+). This will most > > > likely work around the problem at the cost of burning (mbuf) memory. I set it to 2000, and it doesn't appear to have fixed the problem. I suppose ill wait for the next release...