[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slimp()
- Subject: Re: slimp()
- From: Ted Unangst <tedu@zeitbombe.org>
- Date: Sat, 1 May 2004 01:27:49 -0400 (EDT)
- Cc: misc@openbsd.org
- References: <20040430235819.GA30203@home.uberwald.co.uk> <20040430222153.1d06ffad.phirerunner@comcast.net>
On Fri, 30 Apr 2004, Jared Yanovich wrote:
> > Hi, I've been reading some code and seen the use of splimp(), not knowing
> > quite what this did I ran to the man pages and found spl (9) though it
> > does not appear on this page. Some searches on marc found that it was a
> > priority just above splvm, but noone detailed quite what it did. I was
> > hoping someone could clarify quite what it did.
>
> Design and Implementation of 4.4BSD says splimp() can be used to
> "[block] all network interface input handling." A quick grep through
yeah, it's kinda like splvm and splnet together. the specifics of
precisely when to use each are a bit of a mystery i believe.
--
we fear that pop-culture
is the only kind of culture we're ever going to have
- Follow-Ups:
- Re: slimp()
- From: Michael Shalayeff <mickey@lucifier.net>