man3tcp/GetSocketBlock

Table of Contents

Name

GetSocketBlock - get the state of the blocking flag

Description

GetSocketBlock returns the state of the blocking flag.

This function is part of libtcp.

Syntax

int GetSocketBlock(
   int fd

   );

Arguments

fd

socket file descriptor.

Return values

0 = block
1 = non_block

See Also

libtcp(3tcp)

Manual page revision

$Id: GetSocketBlock.3,v 1.0 2009/08/24 14:01:27 kitchen Exp $


Table of Contents