on one server we encountered an issue where all kinds of UDP connections are failing. The same application and tests work on other servers with the same OS and similar setup.
nc -vz -u 83.61.**.** 7092
Connection to 83.61.**.** 7092 port [udp/*] succeeded!
With the go app:
read udp 5.9.**.**:49696->83.61.**.**:7092: i/o timeout
We tested it with a php and golang app.
We have tried it with a fully disabled firewall as well.
What could be the cause if netcat succeeds but other applications can't.