Unique packet ID. More...
Public Attributes | |
Ipv4Address | m_context |
ID is supposed to be unique in single address context (e.g. sender address) More... | |
Time | m_expire |
When record will expire. More... | |
uint32_t | m_id |
The id. More... | |
Unique packet ID.
Definition at line 91 of file aodv-id-cache.h.
Ipv4Address ns3::aodv::IdCache::UniqueId::m_context |
ID is supposed to be unique in single address context (e.g. sender address)
Definition at line 94 of file aodv-id-cache.h.
Time ns3::aodv::IdCache::UniqueId::m_expire |
When record will expire.
Definition at line 98 of file aodv-id-cache.h.
Referenced by ns3::aodv::IdCache::IsExpired::operator()().
uint32_t ns3::aodv::IdCache::UniqueId::m_id |
The id.
Definition at line 96 of file aodv-id-cache.h.