Force quic_optimize_inflight_check off for Quartc.

This optimization is apparently incompatible with datagram/message-only flows.
The optimization circumvents a check to see if there are any retransmittable
frames, relying on a previous check for any bytes_in_flight instead.  Message
frames count toward bytes_in_flight, but are not retransmittable.

When this is enabled, some quartc simulator tests can land in an infinite loop
of retransmission timeouts.

gfe-relnote: n/a (Quartc only)
PiperOrigin-RevId: 250772361
Change-Id: I338c9c8958538874c77b74f3bcf4f8b9bd7e74e9
1 file changed
tree: aa0c238a83104ebe8f4e7a755eed1fcee14b765e
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.