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 端口。同时我不希望我的应用程序阻塞另一个监听这个 UDP 端口的应用程序(VLC 播放器)。我只是想知道是否有任何数据来。
我使用 VLC-broadcast UDP 和另一个 VLC 进行接收。
在我的 C++ 应用程序中,我尝试为此使用 select(),但在 bind()'ing 套接字 VLC 后停止显示数据。
操作系统是Windows。