icmp port unreachable error message

前端 未结 2 1727
遥遥无期
遥遥无期 2021-02-20 08:51

I am sending UDP packets from one PC to another. I am watching the the whole activity using Wire Shark. I notice that for some time there is smooth transmission of packets from

2条回答
  •  北荒
    北荒 (楼主)
    2021-02-20 09:07

    One odd error that might be associated with a Port Unreachable message is seen when an otherwise normally operating conversation is interrupted by a Port Unreachable message. When you inspect the conversation you observe that the unreachable port was working without a problem. Frames were going to and from the port number when, suddenly - Port Unreachable. This is indicative of an overload condition or process priority configuration problem in the reporting host. The process in question was swapped out of memory and was not able to swap back in quickly enough to avoid the unreachable indication.

    Source: https://www.savvius.com/resources/compendium/tcp_ip/unreachable#port_unreachable

提交回复
热议问题