Searched refs:dualstack_ipv6 (Results 1 – 3 of 3) sorted by relevance
868 dualstack_ipv6=False): argument888 if dualstack_ipv6:915 if dualstack_ipv6:
650 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)660 If *dualstack_ipv6* is true and the platform supports it the socket will667 If *dualstack_ipv6* is false it will explicitly disable this functionality677 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
6481 dualstack_ipv6=True) as sock:6541 dualstack_ipv6=True) as sock:6551 dualstack_ipv6=True) as sock: