gfe-relnote: (n/a) Merge some functionality in quic_socket_utils to quic_linux_socket_utils. No behavior change.

Dependency on quic_socket_utils(most notably from QuicPacketReader) have been completely removed from shared code. Shared code will use the de-platformized QuicUdpSocketApi from now on.

Chrome merge note: A similar code move from Chromium's quic_socket_utils to quic_linux_socket_utils is likely needed. Please also delete Chromium's quic_socket_utils.

PiperOrigin-RevId: 297894375
Change-Id: Ibcd10fd8a76d384024571f87cbd5df0ba9c77b5c
3 files changed
tree: 7e869160dc144a25470fc49c7e0b5a5f0b396e49
  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.