Commit f46a225
committed
Add Estimator accessor to cc.Interceptor
Currently, the congestion control interceptor communicates
the estimator to the application by using a callback, even
though creating the interceptor is synchronous operation.
Allow applications to avoid the callback by adding a public
accessor.1 parent a531522 commit f46a225
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
0 commit comments