Go to the source code of this file.
Namespaces | |
nfd | |
-status-http-server | |
nfd::udp | |
Typedefs | |
using | nfd::udp::Endpoint = boost::asio::ip::udp::endpoint |
Functions | |
ssize_t | nfd::udp::computeMtu (const Endpoint &localEndpoint) |
Computes the maximum payload size in a UDP packet. More... | |
Endpoint | nfd::udp::getDefaultMulticastGroup () |
Returns the default IPv4 multicast group: 224.0.23.170:56363 More... | |
Endpoint | nfd::udp::getDefaultMulticastGroupV6 () |
Returns the default IPv6 multicast group: [FF02::1234]:56363 More... | |