MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for TCP_socket, including all inherited members.
create_socket(const struct addrinfo *addrinfo_list, int addr_family, struct addrinfo **use_addrinfo) | TCP_socket | inlineprivate |
get_listener_socket() | TCP_socket | inline |
m_backlog | TCP_socket | private |
m_bind_addr_str | TCP_socket | private |
m_network_namespace | TCP_socket | private |
m_port_timeout | TCP_socket | private |
m_tcp_port | TCP_socket | private |
TCP_socket(std::string bind_addr_str, std::string network_namespace_str, uint tcp_port, uint backlog, uint port_timeout) | TCP_socket | inline |