Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们通过 UDP 向另一台机器上打开的 TCP 端口发送一个随机字节时会发生什么?收到的 PC 是否以任何字节或字节返回给发送者?另外,当我们尝试将数据包发送到另一台 PC 上未打开的 TCP 端口时会发生什么?
你描述的操作是不可能的。您根本无法将 UDP 数据报发送到 TCP 端口,无论 . 因此,任何事情都不可能发生。
打开和关闭与它无关,本地或远程也没有。