HP Rp3440-4 - 9000 - 0 MB RAM Programmer's Manual page 74

Bsd sockets interface programmer’s guide
Hide thumbs Also See for Rp3440-4 - 9000 - 0 MB RAM:
Table of Contents

Advertisement

Advanced Topics for Stream Sockets
Synchronous I/O Multiplexing with Select
exit(1);
}
if (FD_ISSET(s, &read_mask))
do_read(s);
if (FD_ISSET(s, &write_mask))
do_write(s); /* space to write on socket s */
}
}
74
/* something to read on socket s */
/* fall through as maybe more to do */
Chapter 3

Advertisement

Table of Contents
loading

Table of Contents