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
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ After validating the message, the session associated with the connection SHOULD
- Removing all messages from the send buffer that have an `seq` strictly less than the `ack` of the received message.
- Setting the `ack` for the current session to be `seq + 1` of the received message.

When sending messages to the other side, the session associated with the connection SHOULD:
When sending messages to the other side, the session associated with the connection MUST:

- Increment the `seq` for the session by 1.

Expand Down