From a30760cf7fd9ada11c710ac18f7b91808d61fa8b Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Tue, 6 May 2025 22:59:56 -0700 Subject: [PATCH] Typo --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 6e89cf32..e35a4cdd 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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.