netty5/transport-native-epoll
Norman Maurer 2ffe7bd72e Fail build on warnings in the native transport
Motivation:

We should fail the build on warnings in the JNI/c code.

Modifications:

- Add GCC flag to fail build on warnings.
- Fix warnings (which also fixed a bug when using splice with offsets).

Result:

Better code quality.
2015-09-30 20:26:36 +02:00
..
src Fail build on warnings in the native transport 2015-09-30 20:26:36 +02:00
pom.xml Fail build on warnings in the native transport 2015-09-30 20:26:36 +02: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.