Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we can probe all available bandwidth in one ProbeBW_UP
Summary: When deciding whether its time to switch from ProbeBW_UP to down, the cwndBytes_ value is already limited by the inflightHi_. This improves the logic by waiting for a target inflight that is 1.25x the current measured BDP and making sure we've hit it (i.e. we've been recently cwndLimited). We will also exit ProbeBW_Up if the loss level crosses the threshold at any point. Reviewed By: mjoras Differential Revision: D68656316 fbshipit-source-id: c95c00e8e7b922dd22e07d58f8bda0ed6ee850b3
- Loading branch information