Table of Contents
SetTCPtimeout - set tcp send/receive timeout
SetTCPtimeout
sets tcp’s send and receive timeout.
This function is part of libtcp.
int
SetTCPtimeout(
int s,
int Rtmo,
int Stmo
);
the socket to change
new receive timeout
new send timeout
ERRok is returned for success.
ERRconn is returned for problems.
This function is presently a mess.
Don’t use it. - rlk 6/15/99
libtcp(3tcp)
$Id:
SetTCPtimeout.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $
Table of Contents