Skip to content

Commit

Permalink
avoid IPv4 specific defines
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 12, 2023
1 parent 2b502fc commit 71c36c2
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 @@ -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
Expand Down

0 comments on commit 71c36c2

Please sign in to comment.