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

#include <DSR.h>

Collaboration diagram for stru_DSR_SendBuffer:

Data Fields

NETSIM_IPAddress target
 Target IP address.
 
double dTime
 
NetSim_PACKETpacket
 List of packets to a particular Dest IP.
 
struct elementele
 Next SendBuffer.
 

Detailed Description

Packets are added to send buffer if device doesn't have route to target

Definition at line 589 of file DSR.h.

Field Documentation

◆ dTime

double stru_DSR_SendBuffer::dTime

Definition at line 592 of file DSR.h.

◆ ele

struct element* stru_DSR_SendBuffer::ele

Next SendBuffer.

Definition at line 594 of file DSR.h.

◆ packet

NetSim_PACKET* stru_DSR_SendBuffer::packet

List of packets to a particular Dest IP.

Definition at line 593 of file DSR.h.

◆ target

NETSIM_IPAddress stru_DSR_SendBuffer::target

Target IP address.

Definition at line 591 of file DSR.h.


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