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