We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b828a2 commit e841868Copy full SHA for e841868
network.tex
@@ -612,7 +612,7 @@
612
(\texttt{SOCK\_STREAM} does not divide data, nothing is discarded).
613
\item flags \emph{\texttt{flg}} can be:
614
\begin{itemize}
615
- \item \texttt{MSG\_PEEK} \dots{} message it considered not read, next
+ \item \texttt{MSG\_PEEK} \dots{} message is considered not read, next
616
\texttt{recvfrom} will return it again
617
\item \texttt{MSG\_OOB} \dots{} reads urgent (out-of-band) data
618
\item \texttt{MSG\_WAITALL} \dots{} waits for the buffer to fill up
0 commit comments