diff --git a/network.tex b/network.tex index 8e76030..61e2f7e 100644 --- a/network.tex +++ b/network.tex @@ -612,7 +612,7 @@ (\texttt{SOCK\_STREAM} does not divide data, nothing is discarded). \item flags \emph{\texttt{flg}} can be: \begin{itemize} - \item \texttt{MSG\_PEEK} \dots{} message it considered not read, next + \item \texttt{MSG\_PEEK} \dots{} message is considered not read, next \texttt{recvfrom} will return it again \item \texttt{MSG\_OOB} \dots{} reads urgent (out-of-band) data \item \texttt{MSG\_WAITALL} \dots{} waits for the buffer to fill up