NQE::GetEffectiveConnectionType should not force recomputation of ECT |
|||
Issue descriptionGetEffectiveConnectionType 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).
,
Feb 13 2017
,
Feb 14 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by tbansal@chromium.org
, Sep 28 2016Status: Fixed (was: Started)