MySQL 9.1.0
Source Code Documentation
|
TCP protocol. More...
#include <internet.h>
Public Types | |
using | endpoint = basic_endpoint< tcp > |
using | resolver = basic_resolver< tcp > |
using | socket = basic_stream_socket< tcp > |
using | acceptor = basic_socket_acceptor< tcp > |
Public Member Functions | |
constexpr int | family () const noexcept |
constexpr int | type () const noexcept |
constexpr int | protocol () const noexcept |
Static Public Member Functions | |
static constexpr tcp | v4 () noexcept |
static constexpr tcp | v6 () noexcept |
Private Member Functions | |
constexpr | tcp (int family) |
Private Attributes | |
int | family_ |
TCP protocol.
using net::ip::tcp::endpoint = basic_endpoint<tcp> |
using net::ip::tcp::resolver = basic_resolver<tcp> |
using net::ip::tcp::socket = basic_stream_socket<tcp> |
|
inlineexplicitconstexprprivate |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
private |