You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DELIVERY TIMEOUT parameter (key 0x03) MAY appear in a SUBSCRIBE,
1054
-
SUBSCRIBE_OK, or a SUBSCRIBE_UDPATE message. It is the duration in milliseconds
1055
-
the relay SHOULD continue to attempt forwarding Objects after they have been
1056
-
received. The start time for the timeout is based on when the beginning of the
1057
-
Object is received, and does not depend upon the forwarding preference. There is
1058
-
no explicit signal that an Object was not sent because the delivery timeout
1059
-
was exceeded.
1053
+
The DELIVERY TIMEOUT parameter (Parameter Type 0x03) MAY appear in a
1054
+
SUBSCRIBE, SUBSCRIBE_OK, or a SUBSCRIBE_UDPATE message. It is the duration in
1055
+
milliseconds the relay SHOULD continue to attempt forwarding Objects after
1056
+
they have been received. The start time for the timeout is based on when the
1057
+
beginning of the Object is received, and does not depend upon the forwarding
1058
+
preference. There is no explicit signal that an Object was not sent because
1059
+
the delivery timeout was exceeded.
1060
1060
1061
1061
If both the subscriber and publisher specify the parameter, they use the min of the
1062
1062
two values for the subscription. The publisher SHOULD always specify the value
@@ -1078,13 +1078,13 @@ congestion control, and any other relevant information.
1078
1078
1079
1079
#### MAX CACHE DURATION Parameter {#max-cache-duration}
1080
1080
1081
-
MAX_CACHE_DURATION (key 0x04): An integer expressing a number of milliseconds. If
1082
-
present, the relay MUST NOT start forwarding any individual Object received
1083
-
through this subscription after the specified number of milliseconds has elapsed
1084
-
since the beginning of the Object was received. This means Objects earlier
1085
-
in a multi-object stream will expire earlier than Objects later in the stream.
1086
-
Once Objects have expired, their state becomes unknown, and a relay that
1087
-
handles a subscription that includes those Objects re-requests them.
1081
+
MAX_CACHE_DURATION (Parameter Type 0x04): An integer expressing a number of
1082
+
milliseconds. If present, the relay MUST NOT start forwarding any individual
1083
+
Object received through this subscription after the specified number of
1084
+
milliseconds has elapsed since the beginning of the Object was received. This
1085
+
means Objects earlier in a multi-object stream will expire earlier than Objects
1086
+
later in the stream. Once Objects have expired, their state becomes unknown, and
1087
+
a relay that handles a subscription that includes those Objects re-requests them.
1088
1088
1089
1089
## CLIENT_SETUP and SERVER_SETUP {#message-setup}
1090
1090
@@ -1146,8 +1146,8 @@ identified as 0xff00000D.
1146
1146
1147
1147
#### PATH {#path}
1148
1148
1149
-
The PATH parameter (key 0x01) allows the client to specify the path of
1150
-
the MoQ URI when using native QUIC ({{QUIC}}). It MUST NOT be used by
1149
+
The PATH parameter (Parameter Type 0x01) allows the client to specify the path
1150
+
of the MoQ URI when using native QUIC ({{QUIC}}). It MUST NOT be used by
1151
1151
the server, or when WebTransport is used. If the peer receives a PATH
1152
1152
parameter from the server, or when WebTransport is used, it MUST close
1153
1153
the connection. It follows the URI formatting rules {{!RFC3986}}.
@@ -1159,9 +1159,7 @@ the `query` portion of the URI to the parameter.
1159
1159
1160
1160
#### MAX_SUBSCRIBE_ID {#max-subscribe-id}
1161
1161
1162
-
The MAX_SUBSCRIBE_ID parameter (key 0x02) communicates an initial value for
1163
-
the Maximum Subscribe ID to the receiving subscriber. The default value is 0,
1164
-
so if not specified, the peer MUST NOT create subscriptions.
1162
+
The MAX_SUBSCRIBE_ID parameter (Parameter Type 0x02) communicates an initial value for the Maximum Subscribe ID to the receiving subscriber. The default value is 0, so if not specified, the peer MUST NOT create subscriptions.
1165
1163
1166
1164
## GOAWAY {#message-goaway}
1167
1165
The server sends a `GOAWAY` message to initiate session migration
0 commit comments