We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61acd7d commit 182e9f9Copy full SHA for 182e9f9
network.tex
@@ -643,8 +643,8 @@
643
\item After successful return from \texttt{recvfrom} it is possible to reuse
644
\texttt{address} and \texttt{address\_len} unchanged for a \texttt{sendto} call.
645
\item Like \texttt{sendto}, \texttt{recvfrom} is possible to use for connected
646
-service. That said, getting remote's address is better via
647
-\texttt{getpeername}, see page \pageref{GETPEERNAME}.
+service (TCP). That said, getting remote's address for a TCP connection is
+better via \texttt{getpeername}, see page \pageref{GETPEERNAME}.
648
\item Example: \label{UDP_SERVER_C} \example{udp/udp-server.c}
649
\end{itemize}
650
0 commit comments