A user space implementation of the kqueue(2) kernel event notification mechanism libkqueue acts as a translator between the kevent structure and the native kernel facilities on Linux, Android, Solaris, and Windows.
- vnode
- socket
- proc
- user
- timer
./configure
make
make install
./configure
make package
rpm -i *.rpm
ruby ./configure.rb --host=arm-linux-androideabi \
--with-ndk=/opt/android-ndk-r8c \
--with-sdk=/opt/android-sdks
make
./configure
make
make check
CFLAGS += -I/usr/include/kqueue
LDFLAGS += -lkqueue
Handling TCP Connections with Kqueue Event Notification
2.0 add support for Android 2013-04-29
1.0 stable relesae for Linux, Solaris, and Windows 2010-09-18