1752587 Members
4136 Online
108788 Solutions
New Discussion

tcp_nodelay

 
Ian Lochray
Respected Contributor

tcp_nodelay

Before the introduction of Transport Independent RPC in HP-UX.11 our RPC software used the ???setsockopt()??? function to set the TCP_NODELAY on the socket returned by the ???clnttcp_create()??? function when creating a client handle. The resulting avoidance of packet buffering has been seen to improve the performance of our client/server software. Is there any equivalent to this in Transport Independent RPC?