Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
protocol.hpp
1 #pragma once
2 
3 #include "telnetpp/core.hpp"
4 
5 //* =========================================================================
23 //* =========================================================================
24 namespace telnetpp::options::suppress_ga::detail {
25 
26 static constexpr option_type const option = 3;
27 
28 }