Telnet++
A C++ library for interacting with Telnet streams
protocol.hpp
1 #pragma once
2 
3 #include "telnetpp/core.hpp"
4 
5 //* =========================================================================
18 //* =========================================================================
19 namespace telnetpp { namespace options { namespace naws { namespace detail {
20 
21 static constexpr telnetpp::u8 option = 31;
22 
23 }}}}
Definition: byte_converter.hpp:4