We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
I send in a Delphi 7 app binary data via a single TSgcIdClient instance to different devices in LAN.
The UDP port is fix only the target IPs will be changed.
After several minutes more and more ports are blocked until the app has been restarted.
Which blocks are blocked is different - sometimes also TCP 80 or 443.
I have checked my code by using sample codes but it works except this issue.
Is there anything to consider ?
I've opened a UDP server in one machine and the UDP client in another machine, the client sends a message every second and I don't see this behaviour.
I'm using the demo in the folder: "Demos\35.P2P\01.UDP_Server_Client", just modified with a TTimer in the UDP client.
To check which ports are opened I'm using TCPView, which can be downloaded from:
My app is used on computers of different customers. Therefore it could be their AV or FW.
But it happens also on my local test environment (no domain, fix IPs, 1x PC and 1x target device).
AV and FW are the Windows instances of the test computer.