LIBWIRE
Next-generation C++17 networking library.
|
Go to the source code of this file.
Namespaces | |
libwire | |
Library namespace, everything in library placed here. | |
Enumerations | |
enum | libwire::ip { libwire::ip::v4 = 1 << 1, libwire::ip::v6 = 1 << 2 } |
enum | libwire::transport { libwire::transport::tcp = 1 << 3, libwire::transport::udp = 1 << 4 } |