游戏(如光环)如何扫描网络以查看是否有 LAN 服务器?
在 PC 版 Halo 1 中,您可以打开多人游戏并搜索本地托管服务器。在许多其他现代游戏中您也可以这样做。这怎么可能?
In Halo 1 for PC, you could open Multiplayer and search for locally hosted servers. In many other modern games you can do this too. How is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些游戏可能是:
广播和多播在整个本地网络中传播。
It's likely these games:
Broadcasts and multicasts are propagated in the entire local network.
简单来说,他们通过 LAN 广播消息。本地托管的服务器响应“我是可用的服务器!”信息。未运行游戏服务器实例的计算机会忽略该请求。
In simple terms, they broadcast a message over LAN. Locally hosted servers respond with an "I'm an available server!" message. Computers that are not running instances of the game server simply ignore the request.