Skip to main content

Module ack_state

Module ack_state 

Source
Expand description

This module defines the SocketState that turns SessionSocket into a reliable socket, with segment/frame retransmission and frame acknowledgements.

Structs§

AcknowledgementState
Represents a Session socket state is able to process acknowledgements.
AcknowledgementStateConfig
Configuration object of the AcknowledgementState.
AcknowledgementStateContext 🔒

Enums§

AcknowledgementMode
Indicates the acknowledgement mode of a stateful Session socket.