commit | 43eefae7ff3b3a723826fff477120c40733c6d76 | [log] [tgz] |
---|---|---|
author | ianswett <ianswett@google.com> | Fri Aug 02 12:27:15 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 02 16:18:23 2019 -0700 |
tree | c7ea87930d25119a587f8fef1832fddb44d71ff0 | |
parent | c691071e933e05b53f65d97374de4ab91fed4c20 [diff] |
Use peer_max_ack_delay_ not local_max_ack_delay_ when using the MAD1 QUIC connection option. Both fields are set to identical values, so this is a no-op. Discovered in cr/258576461, field was split into two in cr/258183470 gfe-relnote: n/a (Fix variable name) PiperOrigin-RevId: 261369441 Change-Id: I5cb59b5e6c0674a9550c53afa6e9524715d3d796
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.