From owner-freebsd-hackers Tue Jan 1 8:42:22 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from imo-m09.mx.aol.com (imo-m09.mx.aol.com [64.12.136.164]) by hub.freebsd.org (Postfix) with ESMTP id 835F637B41E for ; Tue, 1 Jan 2002 08:42:19 -0800 (PST) Received: from TD790@aol.com by imo-m09.mx.aol.com (mail_out_v31_r1.9.) id n.17a.19ef4b4 (3973); Tue, 1 Jan 2002 11:42:07 -0500 (EST) From: TD790@aol.com Message-ID: <17a.19ef4b4.296340df@aol.com> Date: Tue, 1 Jan 2002 11:42:07 EST Subject: Re: Running out of bufferspace To: drwilco@drwilco.net Cc: hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 138 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In a message dated 12/31/01 11:52:47 PM Eastern Standard Time, drwilco@drwilco.net writes: > Thing is, my mbufs are fine, peak is 1/3rd of max. I also use sowriteable() > to check if it's safe to send, and sbspace() tells me I have the full 128K > sndbuf that I configured available. > > So I have 2 questions... > 1) which buffers are there that I can run out of here and where can I check > their status? > 2) Should I free() the uio I get from userspace after I have passed it to > the sosend? > Just note that "no buffers" often means that the queue is full, not that you are out of system buffers. You may be chasing a ghost. Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message