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

Data Fields

unsigned int isTCP:1
 
unsigned int isUDP:1
 
TRANSPORT_LAYER_PROTOCOL nTransportLayerProtocol
 
LAYER_TYPE nLayerType
 
double dMSS
 
void * TCPVar
 
void * UDPVar
 
void * TransportProtocolVar
 

Detailed Description

Definition at line 502 of file Stack.h.

Field Documentation

◆ dMSS

double stru_NetSim_TransportLayer::dMSS

Definition at line 508 of file Stack.h.

◆ isTCP

unsigned int stru_NetSim_TransportLayer::isTCP

Definition at line 504 of file Stack.h.

◆ isUDP

unsigned int stru_NetSim_TransportLayer::isUDP

Definition at line 505 of file Stack.h.

◆ nLayerType

LAYER_TYPE stru_NetSim_TransportLayer::nLayerType

Definition at line 507 of file Stack.h.

◆ nTransportLayerProtocol

TRANSPORT_LAYER_PROTOCOL stru_NetSim_TransportLayer::nTransportLayerProtocol

Definition at line 506 of file Stack.h.

◆ TCPVar

void* stru_NetSim_TransportLayer::TCPVar

Definition at line 509 of file Stack.h.

◆ TransportProtocolVar

void* stru_NetSim_TransportLayer::TransportProtocolVar

Definition at line 511 of file Stack.h.

◆ UDPVar

void* stru_NetSim_TransportLayer::UDPVar

Definition at line 510 of file Stack.h.


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