A Discrete-Event Network Simulator
API
ns3::dsr::DsrGraReply::IsExpired Struct Reference

Check if the entry is expired or not. More...

Public Member Functions

bool operator() (const struct GraReplyEntry &b) const
 Check if the entry is expired. More...
 

Detailed Description

Check if the entry is expired or not.

Definition at line 121 of file dsr-gratuitous-reply-table.h.

Member Function Documentation

bool ns3::dsr::DsrGraReply::IsExpired::operator() ( const struct GraReplyEntry b) const
inline

Check if the entry is expired.

Parameters
bGraReplyEntry entry
Returns
true if expired, false otherwise

Definition at line 129 of file dsr-gratuitous-reply-table.h.

References ns3::dsr::GraReplyEntry::m_gratReplyHoldoff, and ns3::Simulator::Now().

+ Here is the call graph for this function:


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