







How the library deals with resends and handling of late messages
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public enum NetDeliveryMethod |
| Visual Basic |
|---|
Public Enumeration NetDeliveryMethod |
| Visual C++ |
|---|
public enum class NetDeliveryMethod |
Members
| Member name | Description | |
|---|---|---|
| Unknown | ||
| Unreliable | ||
| UnreliableSequenced | ||
| ReliableUnordered | ||
| ReliableSequenced | ||
| ReliableOrdered |
