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

Data Fields

char * source
 
char * dest
 
char * localAddr
 
char * remoteAddr
 
UINT synSent
 
UINT synAckSent
 
UINT segmentSent
 
UINT segmentReceived
 
UINT segmentRetransmitted
 
UINT ackSent
 
UINT ackReceived
 
UINT dupAckReceived
 
UINT timesRTOExpired
 
UINT dupSegmentReceived
 
UINT outOfOrderSegmentReceived
 
void * congestionPlot
 
UINT prevWindowSize
 
bool isCongestionPlotRequire
 

Detailed Description

Definition at line 89 of file TCP.h.

Field Documentation

◆ ackReceived

UINT stru_tcp_metrics::ackReceived

Definition at line 101 of file TCP.h.

◆ ackSent

UINT stru_tcp_metrics::ackSent

Definition at line 100 of file TCP.h.

◆ congestionPlot

void* stru_tcp_metrics::congestionPlot

Definition at line 107 of file TCP.h.

◆ dest

char* stru_tcp_metrics::dest

Definition at line 92 of file TCP.h.

◆ dupAckReceived

UINT stru_tcp_metrics::dupAckReceived

Definition at line 102 of file TCP.h.

◆ dupSegmentReceived

UINT stru_tcp_metrics::dupSegmentReceived

Definition at line 104 of file TCP.h.

◆ isCongestionPlotRequire

bool stru_tcp_metrics::isCongestionPlotRequire

Definition at line 109 of file TCP.h.

◆ localAddr

char* stru_tcp_metrics::localAddr

Definition at line 93 of file TCP.h.

◆ outOfOrderSegmentReceived

UINT stru_tcp_metrics::outOfOrderSegmentReceived

Definition at line 105 of file TCP.h.

◆ prevWindowSize

UINT stru_tcp_metrics::prevWindowSize

Definition at line 108 of file TCP.h.

◆ remoteAddr

char* stru_tcp_metrics::remoteAddr

Definition at line 94 of file TCP.h.

◆ segmentReceived

UINT stru_tcp_metrics::segmentReceived

Definition at line 98 of file TCP.h.

◆ segmentRetransmitted

UINT stru_tcp_metrics::segmentRetransmitted

Definition at line 99 of file TCP.h.

◆ segmentSent

UINT stru_tcp_metrics::segmentSent

Definition at line 97 of file TCP.h.

◆ source

char* stru_tcp_metrics::source

Definition at line 91 of file TCP.h.

◆ synAckSent

UINT stru_tcp_metrics::synAckSent

Definition at line 96 of file TCP.h.

◆ synSent

UINT stru_tcp_metrics::synSent

Definition at line 95 of file TCP.h.

◆ timesRTOExpired

UINT stru_tcp_metrics::timesRTOExpired

Definition at line 103 of file TCP.h.


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