gfe-relnote: Replace QuicIpAddress with a standalone implementation.  No functional change, not flag protected.

This historically used platform representation out of convenience; making it platform-agnostic would make porting QUIC easier to new applications.

The file itself needs to be moved to quic/core, and the impl can be deleted; that wil; be done in a separate CL.

PiperOrigin-RevId: 251779401
Change-Id: Idc75704b8785d9b7b6b7870bf006c7f8dda83473
3 files changed
tree: ef4999dbfd15c56669258de628d0a39d441cd081
  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.