gpt4 book ai didi

java - 如何在java网络中广播

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:47:23 25 4
gpt4 key购买 nike

这是我第一次用 java 编程网络。我一直在寻找一种方法,以某种方式向整个网络中的所有节点发送广播。让他们知道我的存在。我正在尝试制作多人网络游戏,我希望客户能够看到所有可用的游戏以选择加入哪个游戏。我想知道如何从服务器广播以及如何让客户端收听。

请简单点,我是新手:)

提前致谢。

最佳答案

要广播数据包,将它们发送到给定子网的广播地址(子网的最后一个地址)。 IP 255.255.255.255zero network 的广播地址.

A special definition exists for the IP broadcast address 255.255.255.255. It is the broadcast address of the zero network or 0.0.0.0, which in Internet Protocol standards stands for this network, i.e. the local network. Transmission to this address is limited by definition, in that it is never forwarded by the routers connecting the local network to the Internet.

Broadcast address

因此,要广播到您当前的网络,请将数据包发送到 255.255.255.255

关于java - 如何在java网络中广播,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6568446/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com