Acknowledge
data class Acknowledge(val site: SiteIdentifier, val nextSeqno: SequenceNumber) : Message.Outgoing
Content copied to clipboard
Indicates the next sequence number that is not known by the Outgoing side for a specific site. The Incoming side will only messages for acknowledged sites with a remaining request count greater than 0.
Receiving an Acknowledge resets the Request count total to zero.