On Thu, 20 Apr 2000, Holger Kruse wrote:
> On Wed, Apr 19, 2000 at 05:47:40PM -0700, Fred Wright wrote:
> > 
> > 1) ASCII mode.  This would convert between the "network standard" CR-LF 
> > EOL and the Amiga's NL.  This would be helpful for a variety of
> > ASCII TCP protocols.
> > 
> > 2) Telnet mode.  This would do EOL conversions as well as provide minimal
> > Telnet command handling, such as rejecting option negotiations and
> > handling "IAC doubling".
> > 
> > I wonder if the undocumented features in the AmiTCP inet-handler are
> > something like this, given the small size of the AmiTCP telnet client.
> 
> No, those extensions are DOS handler-related (aborting packets etc),
> IIRC. The AmiTCP "telnet client" is so small because it does not really
> implement telnet :-). It just strips/doubles IAC. It might also handle
> echo/suppressgoahead, but probably nothing else.

It has the usual hack of selecting line or character mode based on the
echo option.

As a reminder, I'd still like to see a MiamiTelnet option to negotiate
remote echo actively rather than passively.  This is needed for
compatibility with Telnet<->serial passthrough on DECservers.  The problem
is that the DECserver itself isn't echoing, so it doesn't send WILL ECHO,
but the system at the other end of the serial line *is* echoing.  The
DECserver does respond to DO ECHO with WILL ECHO; it just doesn't initiate
it.  Theoretically it should always be reasonable to send DO ECHO, but
that would cause problems with other servers broken in other ways. :-)

                                        Fred Wright

-- 

To unsubscribe send "unsubscribe miamidx-talk-ml" to
"[EMAIL PROTECTED]". For help on list commands send "help" to
"[EMAIL PROTECTED]".


Reply via email to