LIBWIRE
Next-generation C++17 networking library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
libwire.hpp
Go to the documentation of this file.
1 
5 namespace libwire {} // namespace libwire
6 
7 #include "libwire/protocols.hpp"
8 #include "libwire/error.hpp"
10 #include "libwire/address.hpp"
11 #include "libwire/dns.hpp"
12 #include "libwire/options.hpp"
13 #include "libwire/tcp.hpp"
This file defines universal address structure for both IPv4 and IPv6 network addresses.
This file defines free functions for interaction with system resolver.
This header defines set of enumerations for platform-independent error code handling.