Searched refs:dualstack_ipv6 (Results 1 – 8 of 8) sorted by relevance
877 dualstack_ipv6=False): argument897 if dualstack_ipv6:924 if dualstack_ipv6:
714 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)724 If *dualstack_ipv6* is true and the platform supports it the socket will731 If *dualstack_ipv6* is false it will explicitly disable this functionality741 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
6595 dualstack_ipv6=True) as sock:6649 dualstack_ipv6=True) as sock:6659 dualstack_ipv6=True) as sock: