문제

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++.

도움이 되었습니까?

해결책

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.

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top