26 #ifndef NFD_DAEMON_FACE_UDP_PROTOCOL_HPP 27 #define NFD_DAEMON_FACE_UDP_PROTOCOL_HPP 34 typedef boost::asio::ip::udp::endpoint
Endpoint;
47 return {boost::asio::ip::address_v4(0xE00017AA), 56363};
53 #endif // NFD_DAEMON_FACE_UDP_PROTOCOL_HPP ssize_t computeMtu(const Endpoint &localEndpoint)
computes maximum payload size in a UDP packet
Endpoint getDefaultMulticastGroup()
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
boost::asio::ip::udp::endpoint Endpoint