Module frame

Source
Expand description

This is an internal module that contains the logic to implement the frame system within RakNet. This is also called the “Datagram” or “Encapsulated” packet in different implementations.

You can find the original implementation from RakNet here

Structs§

FragmentMeta
The information for the given fragment. This is used to determine how to reassemble the frame.
Frame
An individual data frame, these are constructed from a payload.
FramePacket
Frames are a encapsulation of a packet or packets. They are used to send packets to the connection in a reliable way.