agent: Switch to GetAdapterAddresses() to find local IPs on Windows
The old GetIpAddrTable() function only returned IPv4 addresses. In order to support IPv6 addresses, we need to use GetAdapterAddresses(), which is available from Windows XP or Server 2003 onwards.
Showing
Please register or sign in to comment