Skip to content

Commit 1d2a432

Browse files
committed
On select.
1 parent f48dce9 commit 1d2a432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

network.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,9 +1281,9 @@
12811281
masks however it does not have to be so. The programmer does not have to deal
12821282
with 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
12881288
case is to use \texttt{NULL} for all the sets in which case the syscall will
12891289
block until the timeout expires or a signal is delivered.

0 commit comments

Comments
 (0)