Table of Contents

Name

GetTCPbufSize - get tcp send/receive buffer sizes

Description

GetTCPbufSize gets the send and receive buffer sizes for a socket.

This function is part of libtcp.

Syntax

int GetTCPbufSize(
   int s,

   int *Rbuf,

   int *Sbuf

   );

Arguments

s

the socket to obtain information from

Rbuf

pointer to variable to hold receive buffer size

Sbuf

pointer to variable to hold send buffer size

Returns

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

See Also

libtcp(3tcp)

Manual page revision

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


Table of Contents