同一机器上端点之间的套接字连接

发布于 2024-08-22 11:40:15 字数 174 浏览 1 评论 0原文

当套接字连接的两个端点位于同一台计算机(在本例中为 Wintel)时,彼此之间的消息会遍历 NIC 卡、网络介质,然后返回 NIC/计算机,最后到达另一台计算机终点?

我问的原因是,当端点都没有调用套接字关闭时(据我们所知),我们收到了一些由端点报告的无法解释的套接字断开连接。这是否也是由于一些间歇性网络问题造成的?

When two end points of a socket connection reside on the same machine (Wintel, in this case), do messages between each other traverse onto the NIC card, network medium, and then back to the NIC/machine, and finally to to the other end point?

The reason I am asking is that we've been getting some unexplained socket disconnections reported by the end-points when neither one is calling a socket close (as far as we can tell). Could this be also due to some intermittent network problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红ご颜醉 2024-08-29 11:40:15

通常,同一台计算机上的两个端点不会通过网络系统,除非您明确配置操作系统以通过外部网关路由本地数据包(在 Windows 上,您可以使用命令行 ROUTE 命令来实现这一点 - 常见的黑客攻击允许嗅探仅限本地的数据包)。

Typically, two endpoints on the same machine will not go through the network system, unless you explicitally configure your OS to route local packets through an external gateway (on Windows, you can use the command-line ROUTE command for that - a common hack to allow sniffing of local-only packets).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文