Thomas Kunz
Systems and Computer Engineering
372
Fast Recovery
nssthresh =
n min(cwnd, receiver’s advertised window)/2 (at least 2 MSS)
nretransmit the missing segment (fast retransmit)
ncwnd = ssthresh + number of dupacks
nwhen a new ack comes: cwnd = ssthreh
–enter congestion avoidance
nCongestion window cut into half