SWIMPingRequestOriginPeer
public protocol SWIMPingRequestOriginPeer : SWIMPingOriginPeer
A SWIM peer which originated a pingRequest and thus can receive either an ack or nack from the intermediary.
-
“Negative acknowledge” a ping.
This message may ONLY be send in an indirect-ping scenario from the “middle” peer. Meaning, only a peer which received a
pingRequestand wants to send thepingRequestOrigina nack in order for it to be aware that its message did reach this member, even if it never gets anackthrough this member, e.g. since the pingstargetnode is actually not reachable anymore.Parameters
sequenceNumberthe sequence number of the incoming
pingRequestthat this nack is a response totargetthe target peer which was attempted to be pinged but we didn’t get an ack from it yet and are sending a nack back eagerly
View on GitHub
SWIMPingRequestOriginPeer Protocol Reference