| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We don't want to waste bandwidth on the lossless refresh if we might
need that bandwidth for a normal update. Try to estimate how much
data we can safely send without interfering.
|
|
|
|
|
| |
Allows us to compare our computed congestion window with the
underlying one used by the TCP layer.
|
| |
|
|
|
|
|
|
| |
Refine the previous method by interpolating the values we need.
This reduces the effect of the problem that we cannot send enough
ping packets.
|
|
It's a general function and it's better to have that particular
complexity in its own place.
|