gfe-relnote: In quic_framer.cc, replace PacketNumberIntervalLength(interval) by interval.Length(). Not protected.

Also took the chance to clang-format this file.

PiperOrigin-RevId: 278619379
Change-Id: I7ab2b3ff8469fd34bfb4d987539e97b8a23d4cb1
1 file changed
tree: c10738dd64171823a46cf66e50d9acbab0d4bbe7
  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.