Rename QuicConnection member variable most_recent_alternative_path_ to alternative_path.

The variable doesn't necessary hold the most recent one with the upcoming IETF connection migration change.

PiperOrigin-RevId: 355900963
Change-Id: Ibf183ed2ec3fe01be1aff35f395b593ed27b75fb
5 files changed
tree: 89a3114fc54ec71f9d1f5e044d77617937822378
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.