Menu

#87 WSAEADDRNOTAVAIL in libslp!dhcpSendRequest on Windows

open
nobody
5
2012-11-14
2006-12-26
Alan
No

WS2_32!sendto in libslp!dhcpSendRequest ends up returning WSAEADDRNOTAVAIL (10049), apparently in reference to the INADDR_ANY that libslp!dhcpCreateBCSkt set as the remote address.

Overriding INADDR_ANY with INADDR_BROADCAST in libslp!dhcpCreateBCSkt under the debugger allows WS2_32!sendto to succeed and the DHCP Inform request is successfully presented to the wire.

Tested configuration was OpenSLP 2.0.0 alpha 1 16MAY2006 x64 build on Vista 6.0.6000 x64.

Discussion


Log in to post a comment.