udp-protocol.hpp File Reference
#include "core/common.hpp"
#include <boost/asio/ip/udp.hpp>
+ Include dependency graph for udp-protocol.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nfd
 
 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...