commit | 5cf62a06459d8481eae1ff0693e2da1485ff99e3 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Thu May 30 15:13:01 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 31 15:31:36 2019 -0700 |
tree | aa0c238a83104ebe8f4e7a755eed1fcee14b765e | |
parent | 4dc99c051443b2f7241fcb5f771eb46b380818dd [diff] |
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
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.