No Delay?
- Updated2025-10-07
- 1 minute(s) read
When false (default), the Nagle algorithm is enabled, such that data is buffered until there is a sufficient amount to send out, thereby avoiding the frequent sending of small packets, which results in poor utilization of the network. When true the Nagle algorithm is disabled, which means that TCP segments are always sent as soon as possible, even if there is only a small amount of data.
Remarks
The following table lists the characteristics of this property.
| Short Name | NoDelay |
| Data type | ![]() |
| Permissions | Read/Write |
