New issue
Advanced search Search tips

Issue 639869 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

NQE::GetEffectiveConnectionType should not force recomputation of ECT

Project Member Reported by tbansal@chromium.org, Aug 22 2016

Issue description

GetEffectiveConnectionType is a public API in NQE (NetworkQualityEstimator). Currently, calling it forces NQE to recompute the ECT (EffectiveConnectionType). Since, recomputing ECT has some computational cost, we should change the internal details of the API:
(i) GetEffectiveConnectionType should return the last computed ECT.
(ii) NQE should dynamically recompute the ECT at regular intervals or when interesting events happen (e.g., change in connection type).
 
Labels: M-55
Status: Fixed (was: Started)
This was fixed in https://codereview.chromium.org/2266663002/.
Components: Internals>Network>NetworkQuality
Labels: -nqe

Sign in to add a comment