Congestion Control - Timeout
n On a timeout, the congestion window is reduced to
the initial value of 1 MSS
n The slow start threshold is set to half the window
size before packet loss
more precisely,
   ssthresh =  maximum of min(cwnd,receiver’s
advertised window)/2 and 2 MSS
n Slow start is initiated