diff --git a/tlib/include/tlib/net_constants.hpp b/tlib/include/tlib/net_constants.hpp index 0ecdb2e1..04c2d182 100644 --- a/tlib/include/tlib/net_constants.hpp +++ b/tlib/include/tlib/net_constants.hpp @@ -114,12 +114,14 @@ enum class socket_domain : size_t { enum class socket_type : size_t { RAW, - DGRAM + DGRAM, + STREAM }; enum class socket_protocol : size_t { ICMP, - DNS + DNS, + TCP }; } // end of network namespace