Skip to content
Snippets Groups Projects
Commit 1c7c3efd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

We don't support echo (sending what we receive back to the server).

parent 4fd92c4e
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6442 failed
......@@ -195,7 +195,6 @@ telnet_interpret(BYTE *inbuf, size_t inlen, BYTE *outbuf, size_t *outlen)
if (telnet_local_option[option] != command) {
switch (option) {
case TELNET_BINARY_TX:
case TELNET_ECHO:
case TELNET_TERM_TYPE:
case TELNET_SUP_GA:
case TELNET_NEGOTIATE_WINDOW_SIZE:
......
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