Resend

@Serializable
@SerialName(value = "resend")
class Resend<S>(val requester: ReplicaId, val sender: ReplicaId, val fromSeq: Long, val toSeq: Long) : QuiltMessage<S>

Gap retransmission request: requester has detected that it is missing deltas from sender in the range [fromSeq..toSeq] inclusive. sender should re-broadcast each buffered delta in that range.

Constructors

Link copied to clipboard
constructor(requester: ReplicaId, sender: ReplicaId, fromSeq: Long, toSeq: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val toSeq: Long