Send an ICMP6_PACKET_TOO_BIG when we try to send a message that is too big.

This change also:

  1) Completely disables fallback to streams when we've negotiated messages.
  2) Drops the default MTU on the bonnet to 1280.

gfe-relnote: gfe-relnote: n/a (QBONE-only change)
PiperOrigin-RevId: 278862096
Change-Id: I0ff1fae69c7f0a82d3afcd5f13f7c2626f2e583b
2 files changed
tree: 2c91067805251d5376e62a57cea249af45c1eda2
  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.