26 #ifndef NFD_DAEMON_FACE_UNICAST_UDP_TRANSPORT_HPP 27 #define NFD_DAEMON_FACE_UNICAST_UDP_TRANSPORT_HPP 42 ndn::nfd::FacePersistency persistency,
43 time::nanoseconds idleTimeout);
54 scheduleClosureWhenIdle();
57 const time::nanoseconds m_idleTimeout;
64 #endif // NFD_DAEMON_FACE_UNICAST_UDP_TRANSPORT_HPP A Transport that communicates on a unicast UDP socket.
cancels an event automatically upon destruction
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
void afterChangePersistency(ndn::nfd::FacePersistency oldPersistency) final
invoked after the persistency has been changed
Implements Transport for datagram-based protocols.
bool canChangePersistencyToImpl(ndn::nfd::FacePersistency newPersistency) const final
invoked by canChangePersistencyTo to perform the check
UnicastUdpTransport(protocol::socket &&socket, ndn::nfd::FacePersistency persistency, time::nanoseconds idleTimeout)