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.