Searched refs:dualstack_ipv6 (Results 1 – 3 of 3) sorted by relevance
870 dualstack_ipv6=False): argument890 if dualstack_ipv6:917 if dualstack_ipv6:
667 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)677 If *dualstack_ipv6* is true and the platform supports it the socket will684 If *dualstack_ipv6* is false it will explicitly disable this functionality694 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
6488 dualstack_ipv6=True) as sock:6542 dualstack_ipv6=True) as sock:6552 dualstack_ipv6=True) as sock: