socket_set_block
Sets blocking mode on a socket resource
Description
boolsocket_set_block
resourcesocket
The socket_set_block function removes the O_NONBLOCK flag
on the socket specified by the socket parameter.
socket_set_block example
]]>
&return.success;
See also socket_set_nonblock and
socket_set_option