"PING: transmit failed, error code 11010"
The error code is a return from GetLastError() (following
the IcmpSendEcho() call which 'failed') corresponding to
WSA_QOS_ADMISSION_FAILURE in winerror.h which has the
comment "Error due to lack of resources."
All four ICMP requests make it on to the wire (the address
is in the ARP cache on the CE unit).
Am I missing something ? The error doesn't seem to match
the actual failure very well at all.
See \public\common\sdk\inc\ipexport.h
#define IP_STATUS_BASE 11000
...
#define IP_REQ_TIMED_OUT (IP_STATUS_BASE + 10)
--
Srivatsa Srinivasan
Windows CE Networking
ssriniva AT microsoft DOT com
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________
"bill" <po...@yahoo.com> wrote in message
news:046501c30d9c$8a643c70$3001...@phx.gbl...