add MSSP telopt code, add MCCP2 synonym, remove COMPRESS1 (as we do not at all support it)

This commit is contained in:
Sean Middleditch 2009-03-20 23:55:09 -04:00
parent 7491bf4511
commit e2122b2653
1 changed files with 3 additions and 1 deletions

View File

@ -80,11 +80,13 @@ typedef struct telnet_event_t telnet_event_t;
#define TELNET_TELOPT_AUTHENTICATION 37
#define TELNET_TELOPT_ENCRYPT 38
#define TELNET_TELOPT_NEW_ENVIRON 39
#define TELNET_TELOPT_COMPRESS 85
#define TELNET_TELOPT_MSSP 70
#define TELNET_TELOPT_COMPRESS2 86
#define TELNET_TELOPT_ZMP 93
#define TELNET_TELOPT_EXOPL 255
#define TELNET_TELOPT_MCCP2 86
/* libtelnet feature flags */
#define TELNET_FLAG_PROXY (1<<0)