Skip to content

Commit

Permalink
...application-level ack
Browse files Browse the repository at this point in the history
Co-authored-by: Nidhi Jaju <[email protected]>
  • Loading branch information
jan-ivar and nidhijaju authored Jan 30, 2024
1 parent 64c44f9 commit 4f21656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ To <dfn for="WebTransportSendStream">write</dfn> |chunk| to a {{WebTransportSend
Note: The [=fulfilled|fulfillment=] of the promise returned from this algorithm (or,
{{WritableStreamDefaultWriter/write(chunk)}}) does **NOT** necessarily mean that the chunk is acked by
the server [[!QUIC]]. It may just mean that the chunk is appended to the buffer. To make sure that
the chunk arrives at the server, the server needs to send some form of acknowledgment message.
the chunk arrives at the server, the server needs to send an application-level acknowledgment message.

</div>

Expand Down

0 comments on commit 4f21656

Please sign in to comment.