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 数据包。一开始它工作得很好。在接收到'n'个数据包后,它会停止接收来自连接的 ip 和端口的数据包。注意:我已经检查过 udp 套接字已经在使用并且缓冲区没有溢出。
Qt4中没有这样的问题。我有一些套接字可以接收和发送数据包数天,周期为 50 毫秒。也许您应该分享您的代码甚至一些日志以获得更准确的答案。