Remove QuicStream::PeerAddressOfLatestPacket. It's only used in debug string, and isn't necessary.

gfe-relnote: no behavior change. not protected.
PiperOrigin-RevId: 295026731
Change-Id: I56a1db2a3b9a7e8fc948fd69cf449a889f3206ce
5 files changed
tree: f1f0d58f5c1ce8a648a17b88d6bbc3b6833a3302
  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.