
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 |
Definition at line 49 of file Congestion.c.
| BIC stru_congestion_var::bic |
Definition at line 74 of file Congestion.c.
| UINT16 stru_congestion_var::cwnd |
To store Congestion window size value.
Definition at line 56 of file Congestion.c.
| UINT stru_congestion_var::dupAckCount |
Definition at line 62 of file Congestion.c.
| bool stru_congestion_var::isFastRecovery |
Definition at line 65 of file Congestion.c.
| bool stru_congestion_var::isFastRetransmit |
Definition at line 61 of file Congestion.c.
| bool stru_congestion_var::isLossRecoveryPhase |
Definition at line 71 of file Congestion.c.
| 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.
| double stru_congestion_var::lastWinUpdateTime |
Definition at line 58 of file Congestion.c.
| UINT16 stru_congestion_var::LW |
Definition at line 54 of file Congestion.c.
| UINT stru_congestion_var::recover |
Definition at line 68 of file Congestion.c.
| 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.
| UINT16 stru_congestion_var::rwnd |
To store the most recently advertised receiver window size value.
Definition at line 57 of file Congestion.c.
| 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.
| UINT16 stru_congestion_var::ssthresh |
To store slow start threshold value.
Definition at line 55 of file Congestion.c.