We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bd15f commit 1a1087fCopy full SHA for 1a1087f
1 file changed
Doc/library/socket.rst
@@ -854,7 +854,7 @@ The following functions all create :ref:`socket objects <socket-objects>`.
854
, a default reasonable value is chosen.
855
*reuse_port* dictates whether to set the :data:`SO_REUSEPORT` socket option.
856
857
- If *dualstack_ipv6* is true and the platform supports it the socket will
+ If *dualstack_ipv6* is true, *family* is :data:`AF_INET6` and the platform supports it the socket will
858
be able to accept both IPv4 and IPv6 connections, else it will raise
859
:exc:`ValueError`. Most POSIX platforms and Windows are supposed to support
860
this functionality.
0 commit comments