commit | 254545ce54e662e2cb6cd58b51b2015a661e455c | [log] [tgz] |
---|---|---|
author | wub <wub@google.com> | Thu Apr 04 13:56:52 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 04 13:57:32 2019 -0700 |
tree | f3455b52df69db76e0a8327bb13354c9db9a2599 | |
parent | e28f022511ff0a07efa51a8a614a8ed08b1f3966 [diff] |
gfe-relnote: In BandwidthSampler, capture the number of lost bytes at the time a packet is sent, and make it available to caller when the packet is acked or lost. No behavior change, not protected. In addition to the number of lost bytes, this CL also makes the number of sent bytes and number of acked bytes available to caller when a packet is acked or lost. This is needed for BBRv2 to set inflight_hi when loss is high. PiperOrigin-RevId: 242001670 Change-Id: I90543435eb1052b2afb3942d1b744c8153524461
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.