Hi! I have noticed that, on Windows, the transmit_speed and receive_speed values are set to the max value (2^64 - 1) for disconnected Ethernet interfaces, as well as virtual interfaces (e.g. "Microsoft Wi-Fi Direct Virtual Adapter #2"). The documentation doesn't describe this, but it seems to me like 2^64-1 is being used as a "do not use" value for this field. Would it be worth updating the library to make it return None for the link speed in this situation?