From owner-freebsd-hackers Fri Jun 9 10:52:50 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA20856 for hackers-outgoing; Fri, 9 Jun 1995 10:52:50 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA20850 for ; Fri, 9 Jun 1995 10:52:45 -0700 Received: by haven.uniserve.com id <30743>; Fri, 9 Jun 1995 10:53:51 +0100 Date: Fri, 9 Jun 1995 10:53:44 -0700 (PDT) From: Tom Samplonius To: Anthony Graphics cc: freebsd-hackers@freebsd.org Subject: Re: 2.0.5-ALPHA: buffer table overflow In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@freebsd.org Precedence: bulk On Fri, 9 Jun 1995, Anthony Graphics wrote: > that's what I've got after getting ppp link to ISP up > (first gated run into it, then I got it from ping when I were trying > to figure out what's wrong). > Will see whether 0412 has the same feature... Did you have a kernel with option GATEWAY in it? This would generally give you more mbufs, or you can use option NMBCLUSTERS to give you more. Tom