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.
我正在GCDAsyncUdpSocket用于我的项目,我可以通过这种方式绑定端口,(服务器部分)
GCDAsyncUdpSocket
[udpSocket bindToPort:45678 error:&error];
但我不想为此提供静态端口号。如何为 UDP 通信获取可用的空闲端口?我要使用 Bonjour 将它作为服务发布?我在正确的轨道上吗?
看看这个做得好的教程——因为这个教程,我在商店里有一个使用 Bonjour 的产品!
教程:iPhone 上的网络和 Bonjour