Skip to content

Commit 3baa25e

Browse files
committed
Allow DATAGRAM frames to be coalesced with any other frame.
Fixes #4.
1 parent aabaf0b commit 3baa25e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: Makefile

100755100644
File mode changed.

Diff for: draft-pauly-quic-datagram.md

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Datagram Data:
180180
When an application sends an unreliable datagram over a QUIC connection,
181181
QUIC will generate a new DATAGRAM frame and send it in the first available
182182
packet. This frame SHOULD NOT be delayed, but MAY be coalesced
183-
with other STREAM or DATAGRAM frames.
183+
with other frames.
184184

185185
When a QUIC endpoint receives a valid DATAGRAM frame, it SHOULD deliver the
186186
data to the application immediately.

0 commit comments

Comments
 (0)