LIBWIRE
Next-generation C++17 networking library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tcp.hpp
Go to the documentation of this file.
1 
5 namespace libwire::tcp {} // namespace libwire::tcp
6 
7 #include "tcp/listener.hpp"
8 #include "tcp/socket.hpp"
9 #include "tcp/options.hpp"
This file defines set of options applicable for use with TCP sockets using socket.set_option and socket.option.
This file defines tcp::socket type, base class for outgoing TCP connections.