Retire server connection ID proactively on path validation failure instead of waiting for read/write other packets.

The alarm to retire connection IDs no longer on paths is scheduled at the
end of writing and reading packet. On path validation failure, there could
be no packet to write or read. In this case, the retirement alarm for the connection ID associated with the failed path needs to be proactively scheduled.

PiperOrigin-RevId: 376230134
1 file changed
tree: 599b23c0aa067d6f75402c119c9ea1450639399e
  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.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.