Chops Net IP
|
This is the complete list of members for chops::net::net_ip, including all inherited members.
make_tcp_acceptor(std::string_view local_port_or_service, std::string_view listen_intf="", bool reuse_addr=true) | chops::net::net_ip | inline |
make_tcp_acceptor(const asio::ip::tcp::endpoint &endp, bool reuse_addr=true) | chops::net::net_ip | inline |
make_tcp_connector(std::string_view remote_port_or_service, std::string_view remote_host, const F &timeout_func=simple_timeout { }, bool reconn_on_err=false) | chops::net::net_ip | inline |
make_tcp_connector(Iter beg, Iter end, const F &timeout_func=simple_timeout { }, bool reconn_on_err=false) -> std::enable_if_t< std::is_same_v< std::decay< decltype(*beg)>, asio::ip::tcp::endpoint >, net_entity > | chops::net::net_ip | inline |
make_tcp_connector(const asio::ip::tcp::endpoint &endp, const F &timeout_func=simple_timeout { }, bool reconn_on_err=false) | chops::net::net_ip | inline |
make_udp_sender() | chops::net::net_ip | inline |
make_udp_unicast(std::string_view local_port_or_service, std::string_view local_intf="") | chops::net::net_ip | inline |
make_udp_unicast(const asio::ip::udp::endpoint &endp) | chops::net::net_ip | inline |
net_ip(asio::io_context &ioc) | chops::net::net_ip | inlineexplicit |
remove(net_entity ent) | chops::net::net_ip | inline |
remove_all() | chops::net::net_ip | inline |
stop_all() | chops::net::net_ip | inline |