I am working on analyzing TCP congestion window for different TCP congestion algorithms but why is the congestion window (cwnd) below the slow-start threshold (ssthresh)? asked 13 Apr '17, 17:35 armodes edited 23 Apr '17, 16:38 |
One Answer:
It is normally normal. The smaller one of the values for going into slow start again or going into congestion avoidandance mode. Both values are decreased by packet loss and increased by normal ACKs. answered 14 Apr '17, 01:20 Christian_R |