Kent Covert <[log in to unmask]> wrote:
> To make a socket non-blocking, you need to call the socket_ioctl() function
> with the FIONBIO option.  Specifically, here's an example:
 
>     unsigned int enable=1;
>     status = socket_ioctl(socket, FIONBIO, &enable);
 
Which header? None I currently use have it.
 
--
[log in to unmask]                  \ Genius may have its limitations, but stupidity
http://www.van.ml.org/~greerga \ is not thus handicapped. -- Elbert Hubbard