MU-VMS Archives

July 1997

MU-VMS@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Miami University OpenVMS <[log in to unmask]>
Date:
Wed, 16 Jul 1997 11:16:56 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (13 lines)
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

ATOM RSS1 RSS2