file: 07-C-telnet.t package: telnet status: alpha
This function starts up a job which will handle
telnet protocol processing for the socket of the
current session. This function is usually stored
in user$S.telnetDaemon
and started up by
a shell via maybeStartTelnetDaemon
.
It is currently implemented as:
: start { -> ! } forkJobset not if #'run exec fi ;
(See 07-C-telnet.t
for the gory details
of run
if you're curious.)
See section telnet stop.
Go to the first, previous, next, last section, table of contents.