update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355)

This commit is contained in:
Marten Seemann
2022-03-25 09:44:12 +01:00
committed by GitHub
parent d065fb47e1
commit 0d5440a024
3 changed files with 5 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ func (f *headersFrame) Write(b *bytes.Buffer) {
quicvarint.Write(b, f.Length)
}
const settingDatagram = 0x276
const settingDatagram = 0xffd277
type settingsFrame struct {
Datagram bool