Table of Contents
SetTCPbufSize - set tcp send/receive buffer sizes
SetTCPbufSize
sets the send and receive buffer sizes for a socket.
This function is part
of libtcp.
int SetTCPbufSize(
int s,
int Rbuf,
int Sbuf
);
the socket to change
new receive buffer size
new send
buffer size
ERRok is returned for success.
ERRconn is returned for problems.
libtcp(3tcp)
$Id:
SetTCPbufSize.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $
Table of Contents