sockets-for-pcl icon indicating copy to clipboard operation
sockets-for-pcl copied to clipboard

GetSubnetMask doesn't work for Android 7.0

Open EbramTawfik opened this issue 8 years ago • 0 comments

I was debugging Android 7.0 to find why “GetSubnetMask” doesn’t work and I found that in method in android plugin return “null” and the reason is that it searching for IPv4 but “HostAddress” returned as IPv6 and that because Android 7.0 support IPv4 and IPv6 https://github.com/rdavisau/sockets-for-pcl/blob/dev/Sockets/Sockets.Plugin.Android/CommsInterfaceNative.cs#L41

EbramTawfik avatar Aug 16 '17 23:08 EbramTawfik