Expand description
This module defines the socket-like interface for Session protocol.
Modules§
- ack_
state - This module defines the
SocketStatethat turnsSessionSocketinto a reliable socket, with segment/frame retransmission and frame acknowledgements. - state
Structs§
- Session
Socket - Socket-like object implementing the Session protocol that can operate on any transport that
implements [
futures::io::AsyncRead] and [futures::io::AsyncWrite]. - Session
Socket Config - Configuration object for
SessionSocket.