Question

How do you asynchronously resolve host names to IP addresses, preferably with overlapped I/O? GetAddrInfoEx does not support overlapped I/O in Windows 7 and earlier.

I am using native C++.

Was it helpful?

Solution

For the record, this can be done natively on Windows 7, like this:

The side effect of this technique is that it's by no means a feat for a novice to easily pull.

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top