Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 25, 2024
1 parent 0b828a2 commit e841868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e841868

Please sign in to comment.