A
Andy Bates
Hi -
Can't see another newsgroup to post this in; so thought I'd post here.
I have a C# application that relies on multicast UDP to detect how many PCs
the application is executing on concurrently. This works okay providing the
port is open but fails miserably if the port is blocked by a firewall.
All applications provide a server listening on the port for the ping but for
some reason on the PC sending the ping irrespective of whether the port is
open or blocked the request is still received. So I cannot even use this to
detect that the port has been blocked.
Any ideas on how to workaround this or an alternative would be greatly
appreciated?
TIA
- Andy
Can't see another newsgroup to post this in; so thought I'd post here.
I have a C# application that relies on multicast UDP to detect how many PCs
the application is executing on concurrently. This works okay providing the
port is open but fails miserably if the port is blocked by a firewall.
All applications provide a server listening on the port for the ping but for
some reason on the PC sending the ping irrespective of whether the port is
open or blocked the request is still received. So I cannot even use this to
detect that the port has been blocked.
Any ideas on how to workaround this or an alternative would be greatly
appreciated?
TIA
- Andy