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)