Ben Eng
Results
1
comments of
Ben Eng
can a similar change be made to the EEIPClient.cs in the EEIP.dll? something like this? ``` if (networkInterface.OperationalStatus != OperationalStatus.Up || networkInterface.NetworkInterfaceType != NetworkInterfaceType.Wireless80211 && networkInterface.NetworkInterfaceType != NetworkInterfaceType.Ethernet) { continue;...