man3tcp/GetSocketBlock
Table of Contents
GetSocketBlock - get the state of the blocking flag
GetSocketBlock
returns the state of the blocking flag.
This function is part of libtcp.
int GetSocketBlock(
int fd
);
socket file descriptor.
0 = block
1 = non_block
libtcp(3tcp)
$Id: GetSocketBlock.3,v
1.0 2009/08/24 14:01:27 kitchen Exp $
Table of Contents