Expand description
The Application layer protocol version 1.
Structs§
- Application
Data - Represents the to-be-sent or received decrypted packet carrying the application-layer data.
- Application
Data In - Wrapper for incoming
ApplicationData
with optionalIncomingPacketInfo
. - Application
Data Out - Wrapper for outgoing
ApplicationData
with optionalIncomingPacketInfo
. - Incoming
Packet Info - Holds packet transient information when
ApplicationData
is passed from the HOPR protocol layer to the Application layer. - Outgoing
Packet Info - Holds packet transient information when
ApplicationData
is passed to the HOPR protocol layer from the Application layer. - Reserved
TagIter - An iterator over the variants of ReservedTag
Enums§
- Reserved
Tag - List of all reserved application tags for the protocol.
- Tag
- Tags distinguishing different application-layer protocols.