From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 21 20:47:28 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACADE16A4CE for ; Thu, 21 Apr 2005 20:47:28 +0000 (GMT) Received: from xor.cs.umd.edu (xor.cs.umd.edu [128.8.128.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2360B43D39 for ; Thu, 21 Apr 2005 20:47:28 +0000 (GMT) (envelope-from capveg@cs.umd.edu) Received: (from capveg@localhost) by xor.cs.umd.edu (8.12.10/8.12.5) id j3LKlQ9E004710; Thu, 21 Apr 2005 16:47:26 -0400 (EDT) Date: Thu, 21 Apr 2005 16:47:26 -0400 From: Rob To: freebsd-hackers@freebsd.org Message-ID: <20050421204726.GK14341@xor.cs.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: Rob Subject: FreeBSD Network Implementation Question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 20:47:28 -0000 [applogies if this is in a FAQ somewhere... I've looked in a number of places, and am not able to find the answer] Hi, I am trying to figure out how large a specific buffer is in FreeBSD. The buffer in question is the buffer between the network layer and the ethernet device, i.e., if packets are being passed down the network stack from tcp faster than the hardware can handle them, at what point do packets start getting dropped locally? I believe the answer is: % sysctl -a [snip] net.inet.ip.intr_queue_maxlen: 50 But try as I might, I can't find the documentation of the variable to confirm it. Can anyone point me in the right direction? Thanks, - Rob .