Telnet++
A C++ library for interacting with Telnet streams
server.hpp
1 #pragma once
2 
3 #include "telnetpp/options/subnegotiationless_server.hpp"
4 #include "telnetpp/options/echo/detail/protocol.hpp"
5 
6 namespace telnetpp { namespace options { namespace echo {
7 
8 //* =========================================================================
13 //* =========================================================================
15  telnetpp::options::echo::detail::option
16 >;
17 
18 }}}
A class template that generates basic classes that handle no subnegotiations; they merely exist for e...
Definition: subnegotiationless_server.hpp:13
Definition: byte_converter.hpp:4