gpt4 book ai didi

java - 在同一类中发送和接收 UDP 数据包

转载 作者:行者123 更新时间:2023-12-01 12:13:14 29 4
gpt4 key购买 nike

我知道这是不好的做法,但是可以执行以下操作吗?

Send packet1 to UDP port 1
port 1 receives packet1 and sends it to port 2
port 2 receives packet2 and sends it to port 3

我不知道如何设置它,因为端口 2 和端口 3 已经必须在监听,并在 while (true) 循环中等待。

最佳答案

port 2 and port 3 would already have to be listening

正确

waiting in a while (true) loop.

不正确。您必须创建DatagramSockets,但是当您发送到它们的端口时,您当前不必接收它们。 p>

但是,这样做当然是最好的。没有什么可以阻止您为所有三个端口启动单独的接收线程,不是吗?

关于java - 在同一类中发送和接收 UDP 数据包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27162131/

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