53 inet_socket::inet_socket() : host(
""), port(
"") {}
Contains libsocket elements.
const string & getport(void) const
string port
The port we're bound or connected to.
const string & gethost(void) const
string host
The address we're bound or connected to.