Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!narten@purdue.edu From: narten@purdue.edu (Thomas Narten) Newsgroups: comp.unix.wizards Subject: Re: de0: buffer unavailable Message-ID: <8893@brl-adm.ARPA> Date: Thu, 20-Aug-87 11:33:26 EDT Article-I.D.: brl-adm.8893 Posted: Thu Aug 20 11:33:26 1987 Date-Received: Sat, 22-Aug-87 10:21:39 EDT Sender: news@brl-adm.ARPA Lines: 13 The message means that a burst of packets was recieved faster than the cpu can process them. The device driver makes a small number of buffers available to the DEUNA. A burst of packets may use them all up if the cpu cannot process packets fast enough. You could try raising the number of buffers the DEUNA has to play with, but it probably won't help. Look for the constants NXMT and NRCV. Most likely, your problems are caused by broadcast storms and other such bogus packet bursts. That is the problem you really need to tackle. Thomas