Skip to content

Implementations

David Schinazi edited this page Mar 2, 2021 · 2 revisions

Known implementations:

GoogleQUICHE

  • open-source
  • QUIC versions supported: h3 and h3-29
  • Supports encoding of UDP payloads in DATAGRAM frames but not Stream Chunks
  • CONNECT-UDP extensions supported: None
  • Public server
    • If CONNECT-UDP requests are denied, details are sent back in the masque-debug-info HTTP header
    • This requires the :scheme and :path headers to be present with non-empty values, but doesn't enforce anything else on those values.
Clone this wiki locally