in reply to Re: How read ICMP UDP port unreachable?
in thread How read ICMP UDP port unreachable?

Note, UDP and TCP ports are completely separate things, thus checking using TCP/IP if a particular port is open will not tell you anything about whether the UDP port with the same number is open, at all.

C.

  • Comment on Re: Re: How read ICMP UDP port unreachable?