Skip to main content

Module packet

Module packet 

Source
Expand description

Implements the overlay packet intermediary object.

Structs§

HoprForwardedPacket
Represents a HoprOutgoingPacket with additional forwarding information.
HoprIncomingPacket
Represents a packet incoming to its final destination.
HoprOutgoingPacket
Represents a packet destined for another node.
PartialHoprPacket
Represents an outgoing packet that has been only partially instantiated.
PathKeyData 🔒
Shared key data for a path.

Enums§

HoprPacket
Contains HOPR packet and its variants.
PacketRouting
Determines options on how HOPR packet can be routed to its destination.

Functions§

create_surb_for_path 🔒