Fast Recovery
n ssthresh =
   min(cwnd, receiver’s advertised window)/2
   (at least 2 MSS)
n retransmit the missing segment (fast retransmit)
n cwnd = ssthresh + number of dupacks
n when a new ack comes: cwnd = ssthreh
enter congestion avoidance
Congestion window cut into half