netty5/transport-native-epoll
Norman Maurer cd56f87ca1 Remove invalid return
Motivation:

JNI_OnUnload(...) does not return anything (has void in its signature) so we should not try to return something.

Modifications:

Remove return.

Result:

Fix incorrect but harmless code.
2016-02-10 16:48:39 -08:00
..
src Remove invalid return 2016-02-10 16:48:39 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-02-04 16:51:44 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.