A Discrete-Event Network Simulator
API
ns3::flame::FlameRtable::Route Struct Reference

Routing table entry. More...

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

Public Attributes

uint32_t cost
 cost More...
 
uint32_t interface
 interface More...
 
Mac48Address retransmitter
 retransmitter More...
 
uint32_t seqnum
 sequence number More...
 
Time whenExpire
 expire when? More...
 

Detailed Description

Routing table entry.

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

Member Data Documentation

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

cost

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

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

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

interface

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

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

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

retransmitter

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

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

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

sequence number

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

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

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

expire when?

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

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


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