Chromium Code Reviews
DescriptionExpose effective connection type to Cronet
CronetURLRequestContextAdapter registers as an Effective
Connection Type (ECT) Observer. When it receives
notifications on network thread about changes in ECT, it
passes them to Java land where ECT is stored in a guarded variable.
ECT is computed using transport RTT and downlink
bandwidth. This CL also adds default transport RTT
thresholds for different effective connection types so
that NQE can compute ECT when thresholds have not been
specified using field trial params (as is the case for Cronet).
This is reland of https://codereview.chromium.org/2146563002/
BUG=625305
Committed: https://crrev.com/465fad09d77199ccee02ccf304fb8c5bd92d94cf
Cr-Commit-Position: refs/heads/master@{#411462}
Patch Set 1 : Patch landed in https://codereview.chromium.org/2146563002/ #Patch Set 2 : Changes based on https://codereview.chromium.org/2210633002/ #
Total comments: 6
Patch Set 3 : Addressed comments #
Total comments: 2
Patch Set 4 : Rebased, addressed comments #Messages
Total messages: 38 (24 generated)
|