A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::dsr::BlackList Struct Reference

BlackList description. More...

#include <dsr-rreq-table.h>

+ Collaboration diagram for ns3::dsr::BlackList:

Public Member Functions

 BlackList (Ipv4Address ip, Time t)
 Construct a BlackList with the given parameters. More...
 

Public Attributes

Time m_expireTime
 Expire time in the black list. More...
 
LinkStates m_linkStates
 State of the link. More...
 
Ipv4Address m_neighborAddress
 IPv4 address of the black-listed neighbor. More...
 

Detailed Description

BlackList description.

Definition at line 55 of file dsr-rreq-table.h.

Constructor & Destructor Documentation

ns3::dsr::BlackList::BlackList ( Ipv4Address  ip,
Time  t 
)
inline

Construct a BlackList with the given parameters.

Parameters
ipIPv4 address of the neighbor
texpire time for the black list entry

Definition at line 67 of file dsr-rreq-table.h.

Member Data Documentation

Time ns3::dsr::BlackList::m_expireTime

Expire time in the black list.

Definition at line 58 of file dsr-rreq-table.h.

Referenced by ns3::dsr::RreqTable::IsExpired::operator()().

LinkStates ns3::dsr::BlackList::m_linkStates

State of the link.

Definition at line 59 of file dsr-rreq-table.h.

Ipv4Address ns3::dsr::BlackList::m_neighborAddress

IPv4 address of the black-listed neighbor.

Definition at line 57 of file dsr-rreq-table.h.


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