|
Show that the following congestion window update:
WHi+1 = WHi + 2ρ - 1 = WHi + 3 |
will result in the congestion window function
t t ρ ----- 2 ----- RTT RTT WH(t) = ρ * 2 = 2 * 2 |
NOTE:
|
In other words, verify that:
NOTE: During a slow start, Hybla TCP sets WH = ρ (and not to 1) !
(I.e., do not assume that ρ = 2
Show that the following congestion window update:
WHi+1 = WHi + 2ρ - 1 |
will result in the congestion window function
t ρ ----- RTT WH(t) = ρ * 2 |
NOTE:
|
In other words, verify that:
NOTE: During a slow start, Hybla TCP sets WH = ρ (and not to 1) !