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