Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does android NDK support socket epoll mode?

Im used the SFML socket module now, but it is only supported select module, I must create a thread for checking initiative. does android NDK support socket epoll mode? Where can find some codes?

like image 663
user3117740 Avatar asked Jun 01 '26 09:06

user3117740


1 Answers

Looking at headers and libs, yes it does, but only starting from android-4b - not in android-3. Hardly a concern for a modern app though.

like image 179
George Y. Avatar answered Jun 03 '26 16:06

George Y.