fix wrong decoding of the IAC escape char
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user