Folks, public feedback on the following portion of David's mail would be
much appreciated. Since resolution of UDP wrapping would bring about the
execution of the "we want tcpd" campaign, it's obviously something that
both David and I would like to see finished off.

It's just that we'd like it finished off in a manner that is acceptable
to the more die-hard hackers.

Is committing changes the only way to ellicit DES / bde / other-nasty
responses? ;-)

Thanks,
Sheldon.

On Fri, 18 Jun 1999 14:11:26 +0100, David Malone wrote:

>       An interesting question is, should we try to do this in a
>       clever fashion, or should we stick with something simple.
>       The simple implimentation looks like:
> 
>               fork(); if( rejected ) exit() else provide_serivce();
> 
>       The clever implimentation would look like:
> 
>               fork; while( rejected && !timedout ) { get new packet };
>               if( timedout ) exit() else provide_service();
> 
>       The clever one reduces forks, but as inetd isn't the place
>       where high performance services are provided from the extra
>       complexity may not be worth it.


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to