NetSim Source Code Help
Loading...
Searching...
No Matches
stru_AODV_FIFO Struct Reference

#include <AODV.h>

Collaboration diagram for stru_AODV_FIFO:
Collaboration graph

Data Fields

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

Detailed Description

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

Definition at line 332 of file AODV.h.

Field Documentation

◆ destination

NETSIM_IPAddress stru_AODV_FIFO::destination

Destination - destination ip address.

Definition at line 334 of file AODV.h.

◆ ele

struct element* stru_AODV_FIFO::ele

ele - next buffer

Definition at line 337 of file AODV.h.

◆ packetList

NetSim_PACKET* stru_AODV_FIFO::packetList

PacketList - List of packets added to the FIFO buffer.

Definition at line 335 of file AODV.h.

◆ time

double stru_AODV_FIFO::time

Definition at line 336 of file AODV.h.


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