I am not able to read UDP packets from my device on linux rt using the shipping UDP functions for LabVIEW. I am running LabVIEW 2020 32bit. I know the packets are getting to my linux rt because if I do a tcpdump -i eno1 src 172.20.3.11 from the terminal then I see the packets dumped out (IP 172.20.3.11.30000 > NI-PXIe-8881-3224EE7.local.3005: UDP, length 26). Are there any known issues with labview real time when it comes to UDP functions? I have also run the example Simple UDP sender/receiver on the RT target and this example code works so fundamentally things seem fine.
Below is a very basic VI I am deploying to my target so I don't know what else to try here? This is a PXIe-8881 controller running NI Linux Real-Time x64 5.10.83-rt58

Any ideas?