Telnetd flow control

Denys Vlasenko vda.linux at googlemail.com
Mon Feb 2 23:45:14 UTC 2009


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


More information about the busybox mailing list