chiark / gitweb /
server acks / client outstanding notes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Jun 2020 18:47:39 +0000 (19:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Jun 2020 18:47:39 +0000 (19:47 +0100)
PROTOCOL.md

index 75f8354d90a02fcb878cc6b5704fffa4ccd6bec3..09b092c5c8809cc569b74b3c7fafe63a091d9809 100644 (file)
@@ -218,10 +218,10 @@ client sends an update, it makes a note of the sequence number.  This
 is the "outstanding Client updates sequence number note", or the
 "oustanding note".
 
-When the server processes a message from the client, it puts the
-client sequence number in the update stream (as a non-update message).
-(This is skipped if it's the same as the last client sequence number
-for that client.)
+When the server processes a message from the client and Records it, it
+puts the client sequence number in the update stream (as a non-update
+message).  (This is skipped if it's the same as the last client
+sequence number for that client.)
 
 If the echoed sequence number is equal to the client's oustanding
 note, the client knows the server is up to date, and deletes the note.