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 7bcefa5 commit 4d6c9d0Copy full SHA for 4d6c9d0
network.tex
@@ -419,6 +419,8 @@
419
specification to be in \texttt{sys/socket.h}. It specifies the maximum queue
420
length for \funnm{listen}(). As far as we know, Linux, FreeBSD, macOS and
421
Solaris use value of 128.
422
+\item This function is specific to connection-oriented protocols, so it does not
423
+work with UDP.
424
\end{itemize}
425
426
%%%%%
@@ -572,6 +574,7 @@
572
574
\end{slide}
573
575
576
\begin{itemize}
577
+\item Note that there is no \funnm{listen} call.
578
\item Both the client and server use the same functions, the client is one that
579
sends the first datagram.
580
\item As in TCP, a client does not need \funnm{bind}() unless it requires a
0 commit comments