Project

General

Profile

Feature #4534

Updated by Davide Pesavento about 6 years ago

In [Ubuntu on Windows](https://docs.microsoft.com/en-us/windows/wsl/install-win10) (Windows 10 Home, version 1709, build 16299.248), WiFi network interfaces are presented as "link/ieee802.11" instead of "link/ether". Such WiFi interfaces are capable of UDP multicast, as tested with netcat. 
 `NetworkMonitor` NFD's **UdpFactory** currently only recognizes "link/loopback" and "link/ether" interface types, as indicated in DEBUG logs. It should recognize "link/ieee802.11" as well.

Back