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
1 file changed
tree: c7ea87930d25119a587f8fef1832fddb44d71ff0
  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.