Choose your implementation method:
This enumerated type is part of the P2P Interface.
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 Value
|
Meaning
|
EOS_PR_UnreliableUnordered
|
Packets will only be sent once and may be received out of order
|
EOS_PR_ReliableUnordered
|
Packets may be sent multiple times and may be received out of order
|
EOS_PR_ReliableOrdered
|
Packets may be sent multiple times and will be received in order
|
This enumerated type is part of the P2P Interface.
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
P2P.PacketReliability
Enumerated Value
|
Meaning
|
UnreliableUnordered
|
Packets will only be sent once and may be received out of order
|
ReliableUnordered
|
Packets may be sent multiple times and may be received out of order
|
ReliableOrdered
|
Packets may be sent multiple times and will be received in order
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no