我想判断一个连接的TCP套接字上是否有数据可读,我发现windows上有异步select可以实现这个功能,但是NDK里却没有这个API,我能不能插入这个API啊,或者就利用现有的API,怎么可以实现这个功能啊?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我想判断一个连接的TCP套接字上是否有数据可读,我发现windows上有异步select可以实现这个功能,但是NDK里却没有这个API,我能不能插入这个API啊,或者就利用现有的API,怎么可以实现这个功能啊?