File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12811281masks however it does not have to be so. The programmer does not have to deal
12821282with that. Traversing the sets is only possible one bit at a time and using
12831283\texttt {FD\_ ISSET }.
1284- \item \texttt {select } is handy also for the possibility to write into a pipe or
1285- socket -- waiting for the other side to consume part of the buffer and thus free
1286- space for more incoming data.
1284+ \item \texttt {select } is handy to get notified one can again write into a pipe
1285+ or a socket -- via waiting in \texttt { select } for the consumer to read part of
1286+ the buffer and thus free space for more incoming data.
12871287\item It is possible to use \texttt {NULL } instead of the descriptor set. Special
12881288case is to use \texttt {NULL } for all the sets in which case the syscall will
12891289block until the timeout expires or a signal is delivered.
You can’t perform that action at this time.
0 commit comments