DescriptionReduce the number of calls to external estimate provider
Currently, the External Estimate Provider (EEP) may get
called multiple times per connection change. This CL ensures
that EEP is called exactly once per connection change.
This CL also updates the callback to UpdatedEstimateDelegate.
The callback now contains the updated estimates. This means
that the delegate does not have to query for those estimates
on receiving the callback. It makes the logic easier to
understand.
BUG=604417
Committed: https://crrev.com/bb48cb54901af25602c71fed388756a76e8499c6
Cr-Commit-Position: refs/heads/master@{#396938}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed bengr comments #Patch Set 3 : Rebased #
Messages
Total messages: 24 (17 generated)
|