[Async-sig] AI_V4MAPPED on Windows

2019-02-03 Thread Jan Seeger
Greetings! I'm working with aiocoap, which uses the AI_V4MAPPED flag to use IPv4-mapped addresses for dual-stack support. When trying to run on Windows, creating a connection fails, because the socket option IPV6_V6ONLY is set to true per default on Windows, whereas the value is configurable o

Re: [Async-sig] AI_V4MAPPED on Windows

2019-02-03 Thread Guido van Rossum
Hi Jan, Thanks for your feedback. However, this list is not for reporting asyncio bugs. Please use the Python bug tracker to report issues in asyncio. bugs.python.org. --Guido On Sun, Feb 3, 2019 at 5:02 AM Jan Seeger wrote: > Greetings! > > I'm working with aiocoap, which uses the AI_V4MAPPED