Table of Contents

Name

SetTCPbufSize - set tcp send/receive buffer sizes

Description

SetTCPbufSize sets the send and receive buffer sizes for a socket.

This function is part of libtcp.

Syntax

int SetTCPbufSize(
   int s,

   int Rbuf,

   int Sbuf

   );

Arguments

s

the socket to change

Rbuf

new receive buffer size

Sbuf

new send buffer size

Returns

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

See Also

libtcp(3tcp)

Manual page revision

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


Table of Contents