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

#include <DSR.h>

Collaboration diagram for stru_DSR_RouteCache:

Data Fields

double dTimeOutTime
 
unsigned int F:1
 
unsigned int L:1
 
unsigned int nLength:8
 
NETSIM_IPAddressaddress
 
struct elementele
 

Detailed Description

Every Device maintains a route cache which has an entry of the entire route to the target.

Definition at line 572 of file DSR.h.

Field Documentation

◆ address

NETSIM_IPAddress* stru_DSR_RouteCache::address

Definition at line 583 of file DSR.h.

◆ dTimeOutTime

double stru_DSR_RouteCache::dTimeOutTime

dTimeOutTime - allows an entry to be deleted if not used within some time. address - list of addresses in a route cache ele - next route cache

Definition at line 574 of file DSR.h.

◆ ele

struct element* stru_DSR_RouteCache::ele

Definition at line 584 of file DSR.h.

◆ F

unsigned int stru_DSR_RouteCache::F

Definition at line 580 of file DSR.h.

◆ L

unsigned int stru_DSR_RouteCache::L

Definition at line 581 of file DSR.h.

◆ nLength

unsigned int stru_DSR_RouteCache::nLength

Definition at line 582 of file DSR.h.


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