netty5/transport-native-epoll/src
Norman Maurer 11d2ce7614
Add fallback for android when trying to access the filedescriptor via JNI (#10882)
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:42:52 +01:00
..
main Add fallback for android when trying to access the filedescriptor via JNI (#10882) 2020-12-22 20:42:52 +01:00
test/java/io/netty/channel/epoll IovArray should support when there is no unsafe present (#10814) 2020-11-23 14:03:32 +01:00