Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 1999 20:01:55 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        hackers@freebsd.org
Subject:   inetd+libwrap and wrapping UDP services
Message-ID:  <85735.929469715@axl.noc.iafrica.com>

next in thread | raw e-mail | index | archive | help

Hi folks,

The patches on PR 12097 that deal with fixing inetd's handling of
tcp_wrapper support do _not_ enable wrapping of UDP services. David
Malone and I are busy working on a patch for doing so, but I have a
question that I probably should have asked when we started.

Is there any point in wrapping UDP services (identified as "dgram udp"
services in inetd.conf)? Since they're all single-threaded, using the
wait option, any successful connection opens up a rolling period during
which any further connections will not be wrapped (hence the word
rolling).

So what's the point? Obviously, if there's a real need for wrapping UDP
services, we'll carry on grafting.

Thanks,
Sheldon.


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85735.929469715>