Remove obsolete stateless reset token length override

These two lines are no longer correct. QuicSession calls QuicConfig::SetStatelessResetTokenToSend and then QuicConfig will populate the transport parameters with the right value. This call is currently a no-op as the stateless reset token is always 16 bytes long.

Remove obsolete code

PiperOrigin-RevId: 312518020
Change-Id: I384945ac1d227c1f257b2e2948bf79f23d059f82
1 file changed
tree: c898aa28b2fa3dd487b490d9ffe2732eb947ee9a
  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.