Differences between revisions 1 and 2
Revision 1 as of 2003-12-17 01:31:43
Size: 307
Editor: yakko
Comment:
Revision 2 as of 2003-12-17 01:32:21
Size: 316
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Fast recovery requires FastRetransmit. When a FastRetransmit happens, instead of doing a slow start, you just cut the CongestionWindow in half and start additive increase from there. This effectively eliminates the slow start caused by the FastRetransmit. Fast recovery requires TcpFastRetransmit. When a TcpFastRetransmit happens, instead of doing a slow start, you just cut the CongestionWindow in half and start additive increase from there. This effectively eliminates the slow start caused by the TcpFastRetransmit.

Back to ComputerTerms

Fast recovery requires TcpFastRetransmit. When a TcpFastRetransmit happens, instead of doing a slow start, you just cut the CongestionWindow in half and start additive increase from there. This effectively eliminates the slow start caused by the TcpFastRetransmit.

Back to ComputerTerms

TcpFastRecovery (last edited 2003-12-17 01:32:21 by yakko)