Remove unused kMaxReasonableInitialPacketNumber

QuicDispatcher used to restrict the first observed packet number, but this was removed now that header protection prevents the dispatcher from observing the packet number. This constant and test should have been removed when the functionality was removed, this CL fixes that oversight.

Delete unused code

PiperOrigin-RevId: 311821287
Change-Id: Id4f5adbf317989182902dc610f94626b87f85457
2 files changed
tree: fabe3e55b4078d05f1ad7ea04a394dbcc6477a78
  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.