man3tcp/SetSocketBlock
Table of Contents
SetSocketBlock - set/clear blocking flag
SetSocketBlock sets
or clears the blocking flag for the file descriptor without disturbing
the settings of other flags.
This function is part of libtcp.
void
SetSocketBlock(
int fd,
int state
);
socket file descriptor.
State to set the blocking flag to.
0 = block
1 = non_block
libtcp(3tcp)
$Id: SetSocketBlock.3,v
1.1 2009/08/24 13:59:48 kitchen Exp $
Table of Contents