Module state_mach

Source

Structs§

ClientMeta
ReadyData
ServerMeta

Enums§

Action
External action we should take after processing a message.
ClientState
Client handshake state machine.
ServerState
Server handshake state machine.
StateKind
Generic enum describing the kind of state the handshake is in.

Functions§

exec_client_init
Inits a client session using the parameters we want to use.
exec_client_inp
Performs client handshake state transition on receiving a new frame.
exec_server_inp
Performs server handshake state transition on receiving a new frame.