Skip to content

Commit b6f0730

Browse files
committed
fix wording
1 parent c6cfb13 commit b6f0730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
\item IPv6 sockets may be used for both IPv4 and IPv6 communications. That
10601060
means if you try to bind addresses returned by \funnm{getaddrinfo}, \funnm{bind}
10611061
should return \texttt{EADDRINUSE} after its first call if you use both IPv4 and
1062-
IPv6 addresses. Binding on an IPv6 address should be sufficient to accept
1062+
IPv6 addresses. Binding an IPv6 address should be sufficient to accept
10631063
connections over IPv4 as well. Details are in RFC~3493. If you want to
10641064
restrict a socket to IPv6 only, use the following code on a socket from the
10651065
\texttt{AF\_INET6} family:

0 commit comments

Comments
 (0)