Deprecate QuicConnection.peer_address_ by replacing it by direct_peer_address.

Note the changes in MaybeTestLiveness() and UpdatePacketContent() only affects clients. peer_address_ and direct_peer_address_ should always be the same for clients, so there is no behavior change expected.

PiperOrigin-RevId: 358033601
Change-Id: I72780a78fdc0f19a4e564b1c9a50dcf0dbd93112
3 files changed
tree: 54db9b90a28962f5371c884b915f56c05ac6dc4a
  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.