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

#include <DSR.h>

Collaboration diagram for stru_DSR_MaintBuffer:

Data Fields

double dAckTime
 
int count
 
NETSIM_ID nextHop
 Next hop ID of a route.
 
NETSIM_ID source
 
NETSIM_ID dest
 
NetSim_PACKETpacketList
 packetList - list of packets sent to the destination
 
struct elementele
 Next MaintBuffer.
 

Detailed Description

When a packet is forwarded to next HOP, it is added to the Maintanence Buffer. This is added when the device has the route to target.

Definition at line 623 of file DSR.h.

Field Documentation

◆ count

int stru_DSR_MaintBuffer::count

Definition at line 626 of file DSR.h.

◆ dAckTime

double stru_DSR_MaintBuffer::dAckTime

Definition at line 625 of file DSR.h.

◆ dest

NETSIM_ID stru_DSR_MaintBuffer::dest

Definition at line 629 of file DSR.h.

◆ ele

struct element* stru_DSR_MaintBuffer::ele

Next MaintBuffer.

Definition at line 631 of file DSR.h.

◆ nextHop

NETSIM_ID stru_DSR_MaintBuffer::nextHop

Next hop ID of a route.

Definition at line 627 of file DSR.h.

◆ packetList

NetSim_PACKET* stru_DSR_MaintBuffer::packetList

packetList - list of packets sent to the destination

Definition at line 630 of file DSR.h.

◆ source

NETSIM_ID stru_DSR_MaintBuffer::source

Definition at line 628 of file DSR.h.


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