Results 1 to 1 of 1
I am interested in the reduction of cwnd that occurs during recovery phase. I have been looking at tcp_cwnd_down which is called by tcp_fastretrans_alert which is in turn called by ...
- 06-16-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 1
Congestion window reduction during recovery
I am interested in the reduction of cwnd that occurs during recovery phase. I have been looking at tcp_cwnd_down which is called by tcp_fastretrans_alert which is in turn called by tcp_ack. This method seems to decrement snd_cwnd on each second ack. I have seen larger decreases than this provides for, and I was wondering how that could happen?


Reply With Quote
