Chops Net IP
Loading...
Searching...
No Matches
chops::net::net_ip Member List

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_ipinline
make_tcp_acceptor(const asio::ip::tcp::endpoint &endp, bool reuse_addr=true)chops::net::net_ipinline
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_ipinline
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_ipinline
make_tcp_connector(const asio::ip::tcp::endpoint &endp, const F &timeout_func=simple_timeout { }, bool reconn_on_err=false)chops::net::net_ipinline
make_udp_sender()chops::net::net_ipinline
make_udp_unicast(std::string_view local_port_or_service, std::string_view local_intf="")chops::net::net_ipinline
make_udp_unicast(const asio::ip::udp::endpoint &endp)chops::net::net_ipinline
net_ip(asio::io_context &ioc)chops::net::net_ipinlineexplicit
remove(net_entity ent)chops::net::net_ipinline
remove_all()chops::net::net_ipinline
stop_all()chops::net::net_ipinline