[cc: trimmed]

On Thu, May 24, 2001 at 11:10:10AM -0700, Gordon Tetlow wrote:
> It depends on how you look at it. If you see telnet as a network client,
> then you cringe at this (I did initially). But when you think about it,
> all telnet really does is connect to sockets, so why not extend its
> functionality to local sockets?

Because `all  telnet really  does is connect  to sockets'  is patently
false.  Check out  the nearly 100 RFCs detailing  the TELNET protocol.
Almost none  of these make much  sense to do over  UNIX domain sockets
[1].

A small tool that `just connects to sockets' would certainly be handy.
However, that's why there are things such as netcat.

Cheers,
-- 
Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]

[1] I think it was Peter who  did mention one application of this (NVT
    over  AF_UNIX), which  would  be for  communication with  `jails'.
    This  is pretty  specialized, and  requires a  telnet daemon  that
    listens on AF_UNIX as well.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to