Operating System - HP-UX
1752716 Members
5795 Online
108789 Solutions
New Discussion

TCP_NODELAY is enabled at OS level

 
Redington
Occasional Contributor

TCP_NODELAY is enabled at OS level

Hi All,

 

We rae facing some issue with SAP running on HP-UX 11.31.  SAP has asked to check :TCP_NODELAY is enabled at OS level"

 

Please advise how to check and set this parameter.

 

HP-UX xxxxxxx B.11.31 U ia64 1075361838 unlimited-user license
#

2 REPLIES 2
Laurent Menase
Honored Contributor

Re: TCP_NODELAY is enabled at OS level

Hi,

 

in fact enable TCP_NODELAY at os layer is usually not recommended at all

the parameter is tcp_naglim_def which should be set to 1.

 

This may have a real perf impact.

 

 

 

 

 

Laurent Menase
Honored Contributor

Re: TCP_NODELAY is enabled at OS level

forgot to mention

it is an unsupported ndd tunable

 

ndd -set /dev/tcp tcp_naglim_def 1

 

to have it effective on next reboot add it to /etc/rc.config.d/nddconf