Change delayed_ack_time to local_.. and peer... Changes the name of delayed_ack_time_ to local_max_ack_delay_. Add peer_max_ack_delay_, to be the delay that the peer is using. This is a refactoring/etc in preparation of supporting the max ack delay transport parameter negotiation for IETF QUIC. gfe-relnote: N/A just a refactoring/name-change. PiperOrigin-RevId: 258183470 Change-Id: I90d670b6a3d9516a224d6ef06f57d9111ffd1e2c
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.