Click or drag to resize

NetPeerConfigurationSuppressUnreliableUnorderedAcks Property

If true, will not send acks for unreliable unordered messages. This will save bandwidth, but disable flow control and duplicate detection for this type of messages.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SuppressUnreliableUnorderedAcks { get; set; }

Property Value

Type: Boolean
See Also