SendOptions Enumeration

LiteNetLib

SendOptions Enumeration

LiteNetLib
Sending method type

Namespace:  LiteNetLib
Assembly:  LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax

C#
public enum SendOptions
Members

  Member nameValueDescription
Unreliable0 Unreliable. Packets can be dropped, duplicated or arrive without order
ReliableUnordered1 Reliable. All packets will be sent and received, but without order
Sequenced2 Unreliable. Packets can be dropped, but never duplicated and arrive in order
ReliableOrdered3 Reliable and ordered. All packets will be sent and received in order
See Also

Reference