Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,10 @@ semantics (see {{?I-D.ietf-webtrans-overview, Section 4}}); thus, the
main difference lies in how the servers are identified and how the
connection is established. When using QUIC, datagrams MUST be
supported via the [QUIC-DATAGRAM] extension, which is already a
requirement for WebTransport over HTTP/3.
requirement for WebTransport over HTTP/3. The RESET_STREAM_AT
{{!I-D.draft-ietf-quic-reliable-stream-reset}} extension to QUIC
can be used by MoQT, but the protocol is also designed to work
correctly when the extension is not supported.

There is no definition of the protocol over other transports,
such as TCP, and applications using MoQ might need to fallback to
Expand Down