man3tcp/SetTCPtimeout

Table of Contents

Name

SetTCPtimeout - set tcp send/receive timeout

Description

SetTCPtimeout sets tcp’s send and receive timeout.

This function is part of libtcp.

Syntax

int SetTCPtimeout(
   int s,

   int Rtmo,

   int Stmo

   );

Arguments

s

the socket to change

Rtmo

new receive timeout

Stmo

new send timeout

Returns

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

Notes

This function is presently a mess. Don’t use it. - rlk 6/15/99

See Also

libtcp(3tcp)

Manual page revision

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


Table of Contents