79544381

Date: 2025-03-30 09:26:59
Score: 1.5
Natty:
Report link

Also, you're using connect for UDP, which doesn't really connect but associates the socket with a specific destination address-port tuple. So if the server uses a source address or port different than the one you're connecting, then the UDP stack will drop the message.

Maybe in Wireshark you can check the exact source address and port of the incoming message from the server.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Antonis Christodoulou