File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -708,10 +708,10 @@ use a different transport and protocol interface.
708708 Windows.
709709
710710 - ``family ``, ``flags ``: Address family and flags to be passed
711- through to ``getaddrinfo() ``. The family defaults to
712- ``AF_UNSPEC ``; the flags default to ``AI_PASSIVE ``. (The socket
713- type is always ``SOCK_STREAM ``; the socket protocol always set to
714- ``0 ``, to let ``getaddrinfo() `` choose.)
711+ through to ``getaddrinfo() ``. The family defaults to
712+ ``AF_UNSPEC ``; the flags default to ``AI_PASSIVE ``. (The socket
713+ type is always ``SOCK_STREAM ``; the socket protocol always set to
714+ ``0 ``, to let ``getaddrinfo() `` choose.)
715715
716716 - ``sock ``: An optional socket to be used instead of using the
717717 ``host ``, ``port ``, ``family `` and ``flags `` arguments. If this
You can’t perform that action at this time.
0 commit comments