From owner-freebsd-questions Mon Nov 17 17:00:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA29950 for questions-outgoing; Mon, 17 Nov 1997 17:00:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA29932 for ; Mon, 17 Nov 1997 17:00:33 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA07282; Mon, 17 Nov 1997 17:03:20 -0800 (PST) Message-Id: <199711180103.RAA07282@implode.root.com> To: Khaled Samy cc: freebsd-questions@FreeBSD.ORG Subject: Re: No buffer space available. In-reply-to: Your message of "Mon, 17 Nov 1997 15:17:21 PST." <3.0.3.32.19971117151721.00917100@cs.sfu.ca> From: David Greenman Reply-To: dg@root.com Date: Mon, 17 Nov 1997 17:03:20 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I work for Simon Fraser University research lab, we have FreeBSD 2.2.2 and >we are trying to conofigure a dedicated SLIP connection between (2) PC's. > >I keep getting "No buffer space available" , when trying to "Spray", the >commands we use : > >slattach -h -l -s 19200 -S sl0 /dev/cuaa1 & >ifconfig sl0 inet up >spray -c 80 -l 512 ------------------ This is when we get the "No >Buffer space " > >Do you have any suggestions ?? I also increased the MTU to 1500, it is >getting better, >but still can't go beyond (C 50) while (Spraying), what do you think ??? > >Your quick response will be extremely appreciated. It indicates that the interface output queue is full. By default, the maximum queue depth is 50 packets. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project