A Discrete-Event Network Simulator
API
ns3::aodv::IdCache::UniqueId Struct Reference

Unique packet ID. More...

+ Collaboration diagram for ns3::aodv::IdCache::UniqueId:

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

Detailed Description

Unique packet ID.

Definition at line 62 of file aodv-id-cache.h.

Member Data Documentation

Ipv4Address ns3::aodv::IdCache::UniqueId::m_context

ID is supposed to be unique in single address context (e.g. sender address)

Definition at line 65 of file aodv-id-cache.h.

Time ns3::aodv::IdCache::UniqueId::m_expire

When record will expire.

Definition at line 69 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 67 of file aodv-id-cache.h.


The documentation for this struct was generated from the following file: