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

#include <DSR.h>

Collaboration diagram for stru_DSR_RouteRequestTable:

Data Fields

unsigned int nTTL
 nTTL - Time to Live
 
double lastRequestTime
 
double dBackoff
 
unsigned int nCount
 
NETSIM_IPAddress target
 
unsigned int nIdentification:16
 Identification value.
 
unsigned long long int nEventId
 
bool flag
 
struct elementele
 ele - next RouteRequestTable
 

Detailed Description

DSR Route Request Table An Entry is made in the Route Request Table when a Route request is sent

Definition at line 600 of file DSR.h.

Field Documentation

◆ dBackoff

double stru_DSR_RouteRequestTable::dBackoff

The remaining amount of time before which this node MAY next attempt at a Route Discovery for that target node

Definition at line 607 of file DSR.h.

◆ ele

struct element* stru_DSR_RouteRequestTable::ele

ele - next RouteRequestTable

Definition at line 617 of file DSR.h.

◆ flag

bool stru_DSR_RouteRequestTable::flag

Definition at line 616 of file DSR.h.

◆ lastRequestTime

double stru_DSR_RouteRequestTable::lastRequestTime

The time that this node last originated a Route Request for that target node.

Definition at line 603 of file DSR.h.

◆ nCount

unsigned int stru_DSR_RouteRequestTable::nCount

Definition at line 611 of file DSR.h.

◆ nEventId

unsigned long long int stru_DSR_RouteRequestTable::nEventId

Definition at line 615 of file DSR.h.

◆ nIdentification

unsigned int stru_DSR_RouteRequestTable::nIdentification

Identification value.

Definition at line 613 of file DSR.h.

◆ nTTL

unsigned int stru_DSR_RouteRequestTable::nTTL

nTTL - Time to Live

Definition at line 602 of file DSR.h.

◆ target

NETSIM_IPAddress stru_DSR_RouteRequestTable::target

Definition at line 612 of file DSR.h.


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