3#include "telnetpp/option.hpp"
34 option<telnetpp::will, telnetpp::wont, telnetpp::do_, telnetpp::dont>
An class that encapsulates one side of a Telnet option.
Definition option.hpp:46
A class that represents a Telnet option's server side. That is, the side that receives DO and DONT ne...
Definition server_option.hpp:35
An abstraction for a Telnet session.
Definition session.hpp:141