Appendix C Command Summary
Configuration Command Set
C-196
Cisco 11000 Series Secure Content Accelerator Configuration Guide
78-13124-06
nodelay
Controls the use of the Nagle algorithm.
nodelay <0|1|on|off|default>
no nodelay
Syntax Description
Usage Guidelines
Availability: Serial, Telnet; FIPS Mode (serial only)
The default setting of 0 employs Nagle, whereas a value of 1 disables Nagle. The
Nagle algorithm is designed to buffer data sent by the application to the TCP
layer, minimizing segments and protocol overhead. A value of 1 (no Nagle) should
be used if it is desirable to have packets with small amounts of data sent as soon
as possible with no concern for overhead. Use the no form of the command to
return the nodelay to the global value. If no global settings exist for a parameter,
the factory default parameter is used instead. See RFC 896.
nopush
Controls whether data is sent if the segment size (maxseg) is not full.
nopush <0|1|on|off|default>
no nopush
Syntax Description
0
Nagle is employed.
1
Nagle is not employed.
on
Nagle is not employed.
off
Nagle is employed.
default
0 (off); Nagle is employed
0
nopush is disabled.
1
nopush is enabled.
on
nopush is enabled.