MIB Viewer

ltmTcpProfileNagle

OBJECT-TYPE
1.3.6.1.4.1.3375.2.2.6.10.1.2.1.29
Access
read-only
Status
current
Sub-identifiers
0
The state if true, delay sending data < MSS in size unless all prior data has been ACKed. This leads to less in-flight small-data, and less chance for drops, but can harm interactivity. When state is false, sending data < MSS in size is not delayed. When state is auto, the use of Nagle's algorithm is decided based on network conditions. Named after Nagle's algorithm.
INTEGER { false(0), true(1), auto(2) }