From owner-cvs-all Mon Jan 24 14: 4:25 2000 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 3A93015329; Mon, 24 Jan 2000 14:04:20 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id ACE971CD4; Tue, 25 Jan 2000 05:59:23 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/modules/if_tun Makefile src/sys/net intrq.c intrq.h if_tun.c src/sys/netatalk ddp_input.c src/sys/netatm atm_subr.c src/sys/netinet ip_input.c src/sys/netinet6 ip6_input.c src/sys/netipx ipx_input.c ... In-Reply-To: Message from Brian Somers of "Mon, 24 Jan 2000 12:39:03 PST." <200001242039.MAA54936@freefall.freebsd.org> Date: Tue, 25 Jan 2000 05:59:23 +0800 From: Peter Wemm Message-Id: <20000124215923.ACE971CD4@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Brian Somers wrote: > Added files: > sys/net intrq.c intrq.h > Log: > Move the *intrq variables into net/intrq.c and unconditionally > include this in all kernels. Declare some const *intrq_present > variables that can be checked by a module prior to using *intrq > to queue data. This is probably a silly question.. but suppose tun queues up mbufs in a queue for a protocol that isn't present.. What will happen to them? Lost forever sitting in the queue with nothing to empty it? How is ppp(8) or some other user process to know what is in the kernel? Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message