On Sunday 01 February 2009 19:48, Doug Graham wrote:
> Bottom line is that the server should not be enabling the TELNET_LFLOW
> option unless it is prepared to actually implement the rest of RFC 1080.
Done. TELNET_LFLOW is removed:
static const char iacs_to_send[] ALIGN1 = {
IAC, DO, TELOPT_ECHO,
IAC, DO, TELOPT_NAWS,
/* This requires telnetd.ctrlSQ.patch (incomplete) */
/* IAC, DO, TELOPT_LFLOW, */
IAC, WILL, TELOPT_ECHO,
IAC, WILL, TELOPT_SGA
};
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox