Skip to content
Snippets Groups Projects
Commit 9cb40fd0 authored by rswindell's avatar rswindell
Browse files

Removed TELNET_MODE_BIN_RX and TELNET_MODE_ECHO (no longer used in this var)

and added TELNET_MODE_OFF definition (to detect non-Telnet, e.g. RLogin).
parent 67c76684
No related branches found
No related tags found
No related merge requests found
......@@ -533,9 +533,8 @@ var TG_NOCHKTIME =(1<<7) /* Don't check time left online */
/********************************************/
/* Bits in console.telnet_mode */
/********************************************/
var TELNET_MODE_BIN_RX =(1<<0) /* Binary receive (no CR to CRLF xlat) */
var TELNET_MODE_ECHO =(1<<1) /* Echo remotely */
var TELNET_MODE_GATE =(1<<2) /* Pass-through telnet commands/responses */
var TELNET_MODE_GATE=(1<<2) /* Pass-through telnet commands/responses */
var TELNET_MODE_OFF =(1<<3) /* Not a telnet connection */
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment