Table of Contents
SetTCPnodelay - turn tcp nodelay off/on
SetTCPnodelay turns
tcp no delay function off/on.
This function is part of libtcp.
int
SetTCPnodelay(
int s,
int state
);
the socket to change
0 - turn off no delay.
1 - turn on no delay.
ERRok is returned for success.
ERRconn is returned for problems.
libtcp(3tcp)
$Id:
SetTCPnodelay.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $
Table of Contents