Site icon EfmSoft

What does Windows error code 10049 (WSAEADDRNOTAVAIL) mean?

 
Previous Next
WSAEADDRINUSE WSAENETDOWN

WSAEADDRNOTAVAIL

WSAEADDRNOTAVAIL means that an address used by the operation is not valid in that context. The diagnosis differs depending on whether the address is local or remote.

Where it occurs

With bind, the requested local address may not belong to any active interface on the machine. With connect or sendto, the target cannot be an unspecified wildcard address such as INADDR_ANY or in6addr_any.

What to check

Microsoft: bind · Microsoft: connect


Looking for a different code? Search another status or error code.

Exit mobile version