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. Named after Nagle's algorithm.
INTEGER { false(0), true(1) }