BlackList description. More...
#include "dsr-rreq-table.h"
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... | |
BlackList description.
Definition at line 58 of file dsr-rreq-table.h.
|
inline |
Construct a BlackList with the given parameters.
ip | IPv4 address of the neighbor |
t | expire time for the black list entry |
Definition at line 70 of file dsr-rreq-table.h.
Time ns3::dsr::BlackList::m_expireTime |
Expire time in the black list.
Definition at line 61 of file dsr-rreq-table.h.
Referenced by ns3::dsr::DsrRreqTable::IsExpired::operator()().
LinkStates ns3::dsr::BlackList::m_linkStates |
State of the link.
Definition at line 62 of file dsr-rreq-table.h.
Ipv4Address ns3::dsr::BlackList::m_neighborAddress |
IPv4 address of the black-listed neighbor.
Definition at line 60 of file dsr-rreq-table.h.