Sponge
CS144's user-space TCP library
address_example_3.cc
Go to the documentation of this file.
a_dns_server
const Address a_dns_server("18.71.0.151", 53)
a_dns_server_numeric
const uint32_t a_dns_server_numeric
Definition: address_example_3.cc:1
Address::ipv4_numeric
uint32_t ipv4_numeric() const
Numeric IP address as an integer (i.e., in host byte order).
Definition: address.cc:108