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
5050defined as a logical flow of datagrams related to a specific application
5151protocol. A control stream is a QUIC bidirectional stream that has negotiated
5252the 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
5454negotiating the control stream. The control stream MUST stay open for the
5555duration of the datagram flow. Implementation MAY create the control stream and
5656start sending datagrams at once. There is currently no other use for the control
@@ -98,3 +98,4 @@ This is currently not specified.
9898
9999[ RFC 9221 ] : https://www.rfc-editor.org/rfc/rfc9221
100100[ 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