netty5/transport-native-epoll
Norman Maurer deda3f5b65 Add GCC optimization flag when compile native transport
Motivation:

We not set any optimization flag when compile native transport

Modification:

Add -O3 to CFLAGS to have GCC do optimizations

Result:

Ship optimized native code
2015-08-13 12:31:20 +02:00
..
src maxBytesPerRead channel configuration 2015-08-05 23:59:54 -07:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:31:20 +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.