2009年8月2日 星期日

Ping problem: transmit error code 11010

It may be IP_REQ_TIMED_OUT, not WSA_QOS_ADMISSION_FAILURE.

winerror.h:
#define WSA_QOS_ADMISSION_FAILURE 11010L

ipexport.h:
#define IP_STATUS_BASE 11000
#define IP_REQ_TIMED_OUT (IP_STATUS_BASE + 10)


Is DHCP enabled on the host machine?

沒有留言: