Table of Contents

Name

SetTCPnodelay - turn tcp nodelay off/on

Description

SetTCPnodelay turns tcp no delay function off/on.

This function is part of libtcp.

Syntax

int SetTCPnodelay(
   int s,

   int state

   );

Arguments

s

the socket to change

state

0 - turn off no delay.
1 - turn on no delay.

Returns

ERRok is returned for success.
ERRconn is returned for problems.

See Also

libtcp(3tcp)

Manual page revision

$Id: SetTCPnodelay.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $


Table of Contents