After the threshold, the toy congestion window grows by one MSS per RTT.
highlighted = computed this step
Avoidance grows gently
After slow start reaches the threshold, this toy uses additive increase. Each non-loss RTT adds exactly 1 MSS to cwnd.
cwndnext=cwnd+1
The first add-one row
RTT 4 starts at cwnd 8 and ends at 9.
The slope is shallower
The next row repeats the same small increase: 9 becomes 10.
Summary
Additive increase is the gentle rising side of the sawtooth after the threshold.
add one per RTT