Change various stream id manager parameter types to QuicStreamCount to improve readability.

Down in QuicStreamIdManager, all the stream counting members are stored with QuicStreamCount. Up in the application, the stream limits are always set with uint32_t. Having size_t in the middle and doing static_cast looks weird.

gfe-relnote: no behavior change. not protected.
PiperOrigin-RevId: 285869711
Change-Id: I72379903ee846ab13b7350b1e74ab52ba61c8638
4 files changed
tree: 6303fbc2ec4155f22a184b947ceabc916d55c192
  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.