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 84 of file aodv-id-cache.h.

Member Data Documentation

◆ m_context

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

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

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

◆ m_expire

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

When record will expire.

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

Referenced by ns3::aodv::IdCache::IsExpired::operator()().

◆ m_id

uint32_t ns3::aodv::IdCache::UniqueId::m_id

The id.

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


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