Slow-Start Threshold (ssthresh)
Need a way to determine whether the TCP should do slow-start or congestion avoidance
New variable (ssthresh):
- if cwnd <= ssthresh, do slow-start
- if cwnd > ssthresh, do congestion avoidance
ssthresh is initialized to a large value, after a congestion signal, cwnd is divided in half, and ssthresh is set to cwnd