NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_congestion_var Struct Reference
Collaboration diagram for stru_congestion_var:

Data Fields

UINT16 SMSS
 To store the size of the largest segment that the sender can transmit.
 
UINT16 RMSS
 To store the size of the largest segment that the receiver is willing to accept.
 
UINT16 IW
 Size of the sender's congestion window after the three-way handshake is completed.
 
UINT16 LW
 
UINT16 ssthresh
 To store slow start threshold value.
 
UINT16 cwnd
 To store Congestion window size value.
 
UINT16 rwnd
 To store the most recently advertised receiver window size value.
 
double lastWinUpdateTime
 
bool isFastRetransmit
 
UINT dupAckCount
 
bool isFastRecovery
 
UINT recover
 
bool isLossRecoveryPhase
 
BIC bic
 
CUBIC cubic
 

Detailed Description

Definition at line 49 of file Congestion.c.

Field Documentation

◆ bic

BIC stru_congestion_var::bic

Definition at line 74 of file Congestion.c.

◆ cubic

CUBIC stru_congestion_var::cubic

Definition at line 105 of file CUBIC.c.

◆ cwnd

UINT16 stru_congestion_var::cwnd

To store Congestion window size value.

Definition at line 56 of file Congestion.c.

◆ dupAckCount

UINT stru_congestion_var::dupAckCount

Definition at line 62 of file Congestion.c.

◆ isFastRecovery

bool stru_congestion_var::isFastRecovery

Definition at line 65 of file Congestion.c.

◆ isFastRetransmit

bool stru_congestion_var::isFastRetransmit

Definition at line 61 of file Congestion.c.

◆ isLossRecoveryPhase

bool stru_congestion_var::isLossRecoveryPhase

Definition at line 71 of file Congestion.c.

◆ IW

UINT16 stru_congestion_var::IW

Size of the sender's congestion window after the three-way handshake is completed.

Definition at line 53 of file Congestion.c.

◆ lastWinUpdateTime

double stru_congestion_var::lastWinUpdateTime

Definition at line 58 of file Congestion.c.

◆ LW

UINT16 stru_congestion_var::LW

Definition at line 54 of file Congestion.c.

◆ recover

UINT stru_congestion_var::recover

Definition at line 68 of file Congestion.c.

◆ RMSS

UINT16 stru_congestion_var::RMSS

To store the size of the largest segment that the receiver is willing to accept.

Definition at line 52 of file Congestion.c.

◆ rwnd

UINT16 stru_congestion_var::rwnd

To store the most recently advertised receiver window size value.

Definition at line 57 of file Congestion.c.

◆ SMSS

UINT16 stru_congestion_var::SMSS

To store the size of the largest segment that the sender can transmit.

Definition at line 51 of file Congestion.c.

◆ ssthresh

UINT16 stru_congestion_var::ssthresh

To store slow start threshold value.

Definition at line 55 of file Congestion.c.


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