Skip to content

Commit 4f61c9e

Browse files
committed
mention fragment reassembly
1 parent 1e8544c commit 4f61c9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

network.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,8 +1360,9 @@
13601360
\item Better solution would be to use \texttt{select} also for testing writing
13611361
readiness. For this two buffers are required -- one for each direction of
13621362
communication. Respective read descriptor will be present in the read set for
1363-
\texttt{select} when the buffer is empty. The write descriptor will be in the
1364-
write set when the buffer is non-empty.
1363+
\texttt{select} when the buffer is empty (or e.g. when the buffer contains
1364+
fragment of a message).
1365+
The write descriptor will be in the write set when the buffer is non-empty.
13651366
\item \hlabel{WRITE_SELECT_C} \texttt{select} will put the process to sleep
13661367
when the data is not read from the remote side if only testing write readiness.
13671368
This can be simply simulated by a program that merely connects (TCP handshake)

0 commit comments

Comments
 (0)