IP:
std::string sClientIp = socket().remote_endpoint().address().to_string();
port:
unsigned short uiClientPort = socket().remote_endpoint().port();
std::string sClientIp = socket().remote_endpoint().address().to_string();
port:
unsigned short uiClientPort = socket().remote_endpoint().port();