private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

Implement HTTP Datagram and Capsule #1469

Closed huitema closed 1 year ago

huitema commented 1 year ago

RFC 9297 defines support for capsule and datagram in HTTP. Both were defined for Masque, but is also used in the implementation of Web RTC.

huitema commented 1 year ago

Completed in PR #1470