ndelay_on(3) debian man page | unix.com

Man Page: ndelay_on

Operating Environment: debian

Section: 3

ndelay_on(3)						     Library Functions Manual						      ndelay_on(3)

NAME
ndelay_on - put file descriptor in non-blocking mode
SYNTAX
#include <ndelay.h> extern int ndelay_on(int fd);
DESCRIPTION
ndelay_on puts a file descriptor in non-blocking mode. Reading from and writing to non-blocking network sockets, FIFOs or device files will return immediately, even if not as many bytes have been processed as were specified. If an error occurred, ndelay_on will return nonzero and set errno accordingly.
SEE ALSO
fcntl(2), ndelay_off(3) ndelay_on(3)
Related Man Pages
pcap_setnonblock(3pcap) - centos
pcap_setnonblock(3) - netbsd
pcap_setnonblock(3) - freebsd
pcap_setnonblock(3pcap) - suse
pcap_getnonblock(3pcap) - suse
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction