Telnet++
A C++ library for interacting with Telnet streams
|
An implementation of the standard Telnet Suppress Go-Ahead option. More...
Classes | |
class | client |
An implementation of the client side of the Telnet Suppress Go- Ahead option. More... | |
class | server |
An implementation of the server side of the Telnet Suppress Go- Ahead option. More... | |
Typedefs | |
using | client = telnetpp::options::subnegotiationless_client< telnetpp::options::suppress_ga::detail::option > |
using | server = telnetpp::options::subnegotiationless_server< telnetpp::options::suppress_ga::detail::option > |
An implementation of the standard Telnet Suppress Go-Ahead option.