Table of Contents
GetTCPbufSize - get tcp send/receive buffer sizes
GetTCPbufSize
gets the send and receive buffer sizes for a socket.
This function is part
of libtcp.
int GetTCPbufSize(
int s,
int *Rbuf,
int *Sbuf
);
the socket to obtain information from
pointer to variable
to hold receive buffer size
pointer to variable to hold send buffer
size
ERRok is returned for success.
ERRconn is returned for problems.
libtcp(3tcp)
$Id:
GetTCPbufSize.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $
Table of Contents