Skip to content

Commit 182e9f9

Browse files
committed
be more specific to avoid confusion
1 parent 61acd7d commit 182e9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@
643643
\item After successful return from \texttt{recvfrom} it is possible to reuse
644644
\texttt{address} and \texttt{address\_len} unchanged for a \texttt{sendto} call.
645645
\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}.
646+
service (TCP). That said, getting remote's address for a TCP connection is
647+
better via \texttt{getpeername}, see page \pageref{GETPEERNAME}.
648648
\item Example: \label{UDP_SERVER_C} \example{udp/udp-server.c}
649649
\end{itemize}
650650

0 commit comments

Comments
 (0)