Remix.run Logo
rfl890 3 days ago

>Windows 8 and above also have their own asynchronous DNS API on NON-POSIX land. Interesting. Which API?

poizan42 3 days ago | parent [-]

GetAddrInfoEx[0] has async support support since Windows 8 - it had the overlapped parameters earlier but didn't support them. I'm guessing that is what GP is referring to.

[0] https://learn.microsoft.com/en-us/windows/win32/api/ws2tcpip...