Support the use of MESSAGE/DATAGRAM frames in QBONE.

Received MESSAGE frames are always processed.  By default, sending MESSAGE frames is disabled, but can be enabled via flags.

gfe-relnote: n/a (QBONE-only change)
PiperOrigin-RevId: 267679822
Change-Id: I1263435cc16c17bd6ff8efa82d78b11c761164b2
3 files changed
tree: 7e4aa2a6e96e32388e9ecc308ea0a11a70d3ef5b
  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.