A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::dsr::PassiveKey Struct Reference

PassiveKey structure. More...

#include "dsr-maintain-buff.h"

Public Member Functions

bool operator< (const PassiveKey &o) const
 Compare maintain Buffer entries. More...
 

Public Attributes

uint16_t m_ackId
 acknowledge ID More...
 
Ipv4Address m_destination
 destination address More...
 
uint8_t m_segsLeft
 segments left More...
 
Ipv4Address m_source
 source address More...
 

Detailed Description

PassiveKey structure.

Definition at line 158 of file dsr-maintain-buff.h.

Member Function Documentation

◆ operator<()

bool ns3::dsr::PassiveKey::operator< ( const PassiveKey o) const
inline

Compare maintain Buffer entries.

Parameters
ois the object to compare
Returns
true if equal

Definition at line 170 of file dsr-maintain-buff.h.

References m_ackId, m_destination, m_segsLeft, and m_source.

Member Data Documentation

◆ m_ackId

uint16_t ns3::dsr::PassiveKey::m_ackId

◆ m_destination

Ipv4Address ns3::dsr::PassiveKey::m_destination

◆ m_segsLeft

uint8_t ns3::dsr::PassiveKey::m_segsLeft

◆ m_source

Ipv4Address ns3::dsr::PassiveKey::m_source

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