Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkConnection.SetMaxDelay

Obsolete public void SetMaxDelay(float seconds);

Parameters

secondsTime in seconds.

Description

The maximum time in seconds that messages are buffered before being sent.

If this is set to zero, then there will be no buffering of messages before they are sent to the transport layer. This may reduce latency but can lead to packet queue overflow issues if many small packets are being sent.

Did you find this page useful? Please give it a rating: