NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_AODV_FIFO Struct Reference

#include <AODV.h>

Collaboration diagram for stru_AODV_FIFO:

Data Fields

NETSIM_IPAddress destination
 Destination - destination ip address.
 
NetSim_PACKETpacketList
 PacketList - List of packets added to the FIFO buffer.
 
double time
 
struct elementele
 ele - next buffer
 

Detailed Description

This is a buffer to which packets are added after if no route is present to the target.

Definition at line 333 of file AODV.h.

Field Documentation

◆ destination

NETSIM_IPAddress stru_AODV_FIFO::destination

Destination - destination ip address.

Definition at line 335 of file AODV.h.

◆ ele

struct element* stru_AODV_FIFO::ele

ele - next buffer

Definition at line 338 of file AODV.h.

◆ packetList

NetSim_PACKET* stru_AODV_FIFO::packetList

PacketList - List of packets added to the FIFO buffer.

Definition at line 336 of file AODV.h.

◆ time

double stru_AODV_FIFO::time

Definition at line 337 of file AODV.h.


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