True if LibBot is currently looping seq numbers
highest received and emitted (received all messages up to this point)
highest seq received so far
maximum acknowledgement sent so far
highest ack that was sent and is known to have been received
maximum sequence number sent so far
highest sent seq known to have been received (may be missing some messages)
received but not emitted (waiting for correct order)
Known failed delivery
Sent and unacknowledged (under maxAck)
Number of incomingmessages that are known to have been lost (from received seq).
Number of outgoing messages that are known to have been lost after sending (from received acks).
Messages that have been sent, but not yet acked.
Get the current array of acknowledgements
acks
A new message has been received from the other side
An array of messages to send and the processed received messages
Send a message to the other side
Message to forward to the other side
Send an empty message that contains only acks
Messages to forward to the other side
Resend messages that are known to have been lost.
Messages to forward to the other side
Generated using TypeDoc
Provides delivery and ordering guarantees for given Buffer messages with minimal overhead and few additional messages (depending on the options).