TCPNODELAY

The TCPNODELAY option specifies whether the server disables the delay of sending successive small packets on the network.

Change the value from the default of YES only under one of these conditions:
  • You are directed to change the option by your service representative.
  • You fully understand the effects of the TCP Nagle algorithm on network transmissions. Setting the option to NO enables the Nagle algorithm, which delays sending small successive packets.

Syntax

Read syntax diagramSkip visual syntax diagramTCPNodelay YesNo

Parameters

Yes
Specifies that the server allows successive small packets to be sent immediately over the network. Setting this option to YES might improve performance in some high-speed networks. The default is YES.
No
Specifies that the server does not allow successive small packets to be sent immediately over the network.

Examples

tcpnodelay no