netty5/transport-native-epoll
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
..
src Add fallback for android when trying to access the filedescriptor via JNI 2020-12-22 20:43:08 +01:00
pom.xml Use aarch_64 in a consistent way (#10845) 2020-12-08 14:55:54 +01:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.