You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe you would get an ICMP Destination Unreachable packet for a UDP packet sent to a non-listening port, so you could tell if the port was not listening. However, this approach would have problems with firewalls since if the port were blocked by a firewall or docker config (and hence no ICMP Destination Unreachable) it would look like it were open.
Enhancement request:
The text was updated successfully, but these errors were encountered: