EOS_EPacketReliability

EOS API reference page for EOS_EPacketReliability

1 min to read

This enumerated type is part of the P2P Interface.

Remarks

Types of packet reliability. Ordered packets will only be ordered relative to other ordered packets. Reliable/unreliable and ordered/unordered communication can be sent on the same Socket ID and Channel.

Values

EOS_EPacketReliability

Enumerated ValueMeaning
EOS_PR_UnreliableUnorderedPackets will only be sent once and may be received out of order
EOS_PR_ReliableUnorderedPackets may be sent multiple times and may be received out of order
EOS_PR_ReliableOrderedPackets may be sent multiple times and will be received in order