I am seeing the sending of broadcast packets,
e.g. stuff which includes:
destAddr.sinfamily = AFINET;
destAddr.sinaddr.saddr = INADDR_BROADCAST;
sendto(...)
which work just fine on Catalina and iOS 13,
fail on Big Sur and/or iOS 14.
This behavior causes discovery of local networked devices that respond to broadcast packets to ID themselves to fail. These device are then never found by apps that use this mechanism.
Perhaps this is happening to some WiFi adapters, but other networked peripherals use this mechanism as well, such as openHPSDR radios.
Is this intended behavior?
e.g. stuff which includes:
destAddr.sinfamily = AFINET;
destAddr.sinaddr.saddr = INADDR_BROADCAST;
sendto(...)
which work just fine on Catalina and iOS 13,
fail on Big Sur and/or iOS 14.
This behavior causes discovery of local networked devices that respond to broadcast packets to ID themselves to fail. These device are then never found by apps that use this mechanism.
Perhaps this is happening to some WiFi adapters, but other networked peripherals use this mechanism as well, such as openHPSDR radios.
Is this intended behavior?