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

Routing table entry. More...

+ Collaboration diagram for ns3::flame::FlameRtable::Route:

Public Attributes

uint32_t cost
 
uint32_t interface
 
Mac48Address retransmitter
 
uint32_t seqnum
 
Time whenExpire
 

Detailed Description

Routing table entry.

Definition at line 90 of file flame-rtable.h.

Member Data Documentation

uint32_t ns3::flame::FlameRtable::Route::cost

Definition at line 94 of file flame-rtable.h.

Referenced by ns3::flame::FlameRtable::AddPath().

uint32_t ns3::flame::FlameRtable::Route::interface

Definition at line 93 of file flame-rtable.h.

Referenced by ns3::flame::FlameRtable::AddPath().

Mac48Address ns3::flame::FlameRtable::Route::retransmitter

Definition at line 92 of file flame-rtable.h.

Referenced by ns3::flame::FlameRtable::AddPath().

uint32_t ns3::flame::FlameRtable::Route::seqnum

Definition at line 96 of file flame-rtable.h.

Referenced by ns3::flame::FlameRtable::AddPath().

Time ns3::flame::FlameRtable::Route::whenExpire

Definition at line 95 of file flame-rtable.h.

Referenced by ns3::flame::FlameRtable::AddPath().


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