File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Each datagram flow MUST be associated with a control stream. A datagram flow is
50
50
defined as a logical flow of datagrams related to a specific application
51
51
protocol. A control stream is a QUIC bidirectional stream that has negotiated
52
52
the libp2p datagram control stream protocol ID ` /dg/1 ` . The initiator MUST send
53
- the related application protocol ID related to the datagram flow after
53
+ the related application protocol ID with a [ uvarint ] length prefix after
54
54
negotiating the control stream. The control stream MUST stay open for the
55
55
duration of the datagram flow. Implementation MAY create the control stream and
56
56
start sending datagrams at once. There is currently no other use for the control
@@ -98,3 +98,4 @@ This is currently not specified.
98
98
99
99
[ RFC 9221 ] : https://www.rfc-editor.org/rfc/rfc9221
100
100
[ QUIC varint ] : https://www.rfc-editor.org/rfc/rfc9000.html#name-variable-length-integer-enc
101
+ [ uvarint ] : https://github.com/multiformats/unsigned-varint
You can’t perform that action at this time.
0 commit comments