Safe Haskell | Safe-Inferred |
---|
Network.CommSec.Types
- data CommSecError
- data SequenceMode
Documentation
data CommSecError Source
Errors that can be returned by the decoding/receicing operations.
Constructors
OldContext | |
DuplicateSeq | |
InvalidICV | |
BadPadding | |
BuildKeyFailure |
data SequenceMode Source
Policy for misordered packets. Notice StrictOrdering does not mean every sequence numbered packet will be received, only that the sequence number will always increase.
Constructors
AllowOutOfOrder | |
StrictOrdering | |
Sequential |