From 71c36c2febf7584902440cd15c65d8bb290d7ef9 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 12 Nov 2023 22:00:42 +0100 Subject: [PATCH] avoid IPv4 specific defines --- network.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.tex b/network.tex index 31662db..f53dbe6 100644 --- a/network.tex +++ b/network.tex @@ -154,7 +154,7 @@ either one of IP addresses assigned to one of the host network interfaces (the host where the socket was created), in which case it will only accept connection requests over that specific interface via that specific IP address, or it can be -a special value \texttt{INADDR\_ANY} (for so called \emph{wildcard sockets}, +a special "any" value (for so called \emph{wildcard sockets}, denoting the connection will be accepted on any IP address on any interface of the host. \item \funnm{listen}() -- tells the kernel to start listening on connection