From owner-freebsd-net Tue Oct 2 13: 2:41 2001 Delivered-To: freebsd-net@freebsd.org Received: from smtp.uc3m.es (smtp02.uc3m.es [163.117.136.122]) by hub.freebsd.org (Postfix) with ESMTP id E729937B408 for ; Tue, 2 Oct 2001 13:02:33 -0700 (PDT) Received: from smtp02.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id EEBC343194 for ; Tue, 2 Oct 2001 22:02:28 +0200 (CEST) Received: from arpa.it.uc3m.es (arpa.it.uc3m.es [163.117.139.120]) by smtp02.uc3m.es (Postfix) with ESMTP id 8A88199E03 for ; Tue, 2 Oct 2001 22:02:28 +0200 (CEST) Received: from it.uc3m.es (alacran.it.uc3m.es [163.117.139.44]) by arpa.it.uc3m.es (8.9.3/8.9.3) with ESMTP id WAA06307 for ; Tue, 2 Oct 2001 22:02:28 +0200 Message-ID: <3BBA1D53.B0C9C133@it.uc3m.es> Date: Tue, 02 Oct 2001 22:02:27 +0200 From: Juan Fco Rodriguez Hervella X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Lista Subject: Re: How to increase TCP and UDP buffers (for IPv4/IPv6) References: <200110021551.f92Fpjr25843@iguana.aciri.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Luigi Rizzo wrote: > > > Hi: > > > > It's possible to increase the TCP and UDP buffers ? > > > > I've had problems with UDP packets of 64 bytes discarded with a bandwith > > of 2-3 Mbits, using a FreeBSD-4.3 router in a link of 10 Mbits. > > a router does not buffer through traffic in a socket buffer (which is > what "TCP and UDP buffers" are) but on the interface queues and ipintrq, > which are typically 50 packets. > If this is the case you should see ipintrq drops listed > with > > sysctl net.inet.ip.intr_queue_drops > > and you could try to increase the size of that queue with something like > > sysctl -w net.inet.ip.intr_queue_maxlen=100 > > cheers > luigi What's the meaning of "ipintrq" ? and it's possible to modify the interface queues in Linux ? How many queues exists between the interface and the application ? Are the same to transmit and to receive ? Thank you very much. -- ********************************* Juan F. Rodriguez Hervella Universidad Carlos III de Madrid ******************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message