negotiate is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

negotiate variable

A skim of the relevant RFCs suggests that if my application simply sent the characters IAC DONT LINEMODE (\377\376\042) as soon as the client connects, the client should be forced into character mode. However it doesn't make any difference.

Syntax

static const char * const negotiate = "\xFF\xFB\x03" "\xFF\xFB\x01" "\xFF\xFD\x03" "\xFF\xFE\x01";

References

LocationReferrerText
jsp_server.c:27
static const char * const negotiate =
jsp_server.c:83jsp_new_connection()
telnet_write(connection, negotiate, strlen(negotiate));

Data Use

Functions reading negotiate
negotiate
all items filtered out