Let QuicBandwidth::FromBytesAndTimeDelta return 1 bit per second if the result is less than that but not zero.

Protected by FLAGS_quic_reloadable_flag_quic_round_up_tiny_bandwidth (Default True).

PiperOrigin-RevId: 341455235
Change-Id: I48c3bb613eb966f7dd0f93881715e434de84b6ff
3 files changed
tree: d23ccf2d8e65926943d36ee317456c557f9c2cbd
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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. QUICHE is only supported on little-endian platforms.