Socket operations
I/O multiplexing
operations that allow to multiplex I/O requests among multiple sockets
select(nfds, &readset, &writeset, &exceptset, &timeout)
FD_ZERO(&set)
FD_SET(&set)
FD_ISSET(s, &set)
Previous slide
Next slide
Back to first slide
View graphic version