Additive Increase/Multiplicative Decrease
n Algorithm:
increment CongestionWindow by one packet
per RTT (linear increase)
divide CongestionWindow by two whenever a
timeout occurs (multiplicative decrease)
n In practice: increment a little for each ACK
Increment = (MSS * MSS)/CongestionWindow
CongestionWindow += Increment