26 #ifndef NFD_DAEMON_FACE_UNICAST_UDP_TRANSPORT_HPP
27 #define NFD_DAEMON_FACE_UNICAST_UDP_TRANSPORT_HPP
43 ndn::nfd::FacePersistency persistency,
44 time::nanoseconds idleTimeout);
55 scheduleClosureWhenIdle();
58 const time::nanoseconds m_idleTimeout;
59 scheduler::ScopedEventId m_closeIfIdleEvent;
Implements Transport for datagram-based protocols.
A Transport that communicates on a unicast UDP socket.
void afterChangePersistency(ndn::nfd::FacePersistency oldPersistency) final
invoked after the persistency has been changed
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)
#define NFD_LOG_MEMBER_DECL_SPECIALIZED(cls)
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents,...