netty5/transport-native-epoll/src
Norman Maurer fdf09ee243 Add fallback for android when trying to access the filedescriptor via JNI
Motivation:

Android seems to use a different field name so we should also try to access it with the name used by android.

Modifications:

Try first fd and if this fails try descriptor as field name

Result:

Workaround for android.
2020-12-22 20:43:08 +01:00
..
main Add fallback for android when trying to access the filedescriptor via JNI 2020-12-22 20:43:08 +01:00
test/java/io/netty/channel/epoll IovArray should support when there is no unsafe present (#10814) 2020-11-23 14:04:13 +01:00