A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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)
 
Time m_expire
 When record will expire.
 
uint32_t m_id
 The id.
 

Detailed Description

Unique packet ID.

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

◆ m_expire

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

◆ m_id

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

The id.

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


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