A Discrete-Event Network Simulator
API
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. 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

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


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