fix wrong decoding of the IAC escape char

This commit is contained in:
Frank Rolsted Jensen
2018-09-06 09:06:02 +02:00
parent 568f5ca733
commit 96329fc290
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ typedef struct {
srv_ms_f *srv_ms; /* Modem status from server */
unsigned int bytes_rx; /* Rx byte count */
unsigned int off_rx; /* Rx buffer offset */
unsigned char mode_telnet; /* Telnet mode */
unsigned char mode_rfc2217; /* RFC-2217 mode */
unsigned char telnet_ack[256]; /* telnet option ack counter */