A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::dsr::PassiveKey Struct Reference

PassiveKey structure. More...

#include "dsr-maintain-buff.h"

Collaboration diagram for ns3::dsr::PassiveKey:

Public Member Functions

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

Public Attributes

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

Detailed Description

PassiveKey structure.

Definition at line 151 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 163 of file dsr-maintain-buff.h.

References m_ackId, m_destination, m_segsLeft, and m_source.

Member Data Documentation

◆ m_ackId

◆ m_destination

◆ m_segsLeft

◆ m_source


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