无返回值 telnet_suboption( 字符串 buffer );
buffer 的第一个字节 (byte) 通常是一个类型语句值 (type descriptor), 即 TELOPT_TTYPE. 第二个字节是一个 procession option, 如 TELQUAL_IS. 之后是与类型相关的数据. 当此终端机类型调用 (terminal type call) 之时, 这些数据将由 terminal_type() 函数处理.
可能的 suboptions:
#define TELQUAL_IS 0 //
option 是...
#define TELQUAL_SEND 1
// 送出 options
#define TELQUAL_INFO 2 //
ENVIRON: informational version of IS
#define TELQUAL_REPLY 3 //
AUTHENTICATION: client version of IS
#define TELQUAL_NAME 4 //
AUTHENTICATION: client version of IS