--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:

> Parv <[EMAIL PROTECTED]> writes:
> 
> > I see that PPP_FILTER kernel option is
> mentioned in pppd(8) man
> > page.  Could somebody tell me how & where
> PPP_DEFLATE & PPP_BSDCOMP
> > options are used, or where can i find
> information on them?
> 
> They are compression capabilities that can be
> negotiated for use with
> the point-to-point protocol ("PPP").  If you
> need more information,
> and you can't work it out on your own from the
> source, you'll need to
> ask a more specific question.  Other than
> protocol developers, I
> wouldn't expect anybody to need to know about
> that kind of option
> these days.  

I don't see the point of answering the guy if
you're just going to tell him to take a flying
leap; the answers are simple:

PPP_DEFLATE: Needed to include the zlip deflate
libs into the kernel, whether you're using PPP or
not.

PPP_BSDCOMP: This is a specific PPP option (BSD
Compression), so you need to enable this only if
you want it supported

PPP_FILTER: Enables BPF ppp filtering. Its
inefficient to pass every packet to the bpf
filters when you have no intention of using them,
so disabling this allows for a more efficient
stream.

Not too difficult.

Danial


        
                
__________________________________ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to