tec::networking::client_connection_info

Public Functions

Name
void from_endpoint(const asio::ip::tcp::endpoint & endpoint)
void from_endpoint(const asio::ip::udp::endpoint & endpoint)

Public Attributes

Name
bool cancel
std::string reason
int port
std::string address
std::string family
std::string protocol

Public Functions Documentation

function from_endpoint

inline void from_endpoint(
    const asio::ip::tcp::endpoint & endpoint
)

function from_endpoint

inline void from_endpoint(
    const asio::ip::udp::endpoint & endpoint
)

Public Attributes Documentation

variable cancel

bool cancel;

variable reason

std::string reason;

variable port

int port;

variable address

std::string address;

variable family

std::string family;

variable protocol

std::string protocol;

Updated on 21 March 2021 at 16:58:10 UTC