netty5/transport-native-epoll
Norman Maurer 7b4bdebfd4 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:47 +02:00
..
src maxBytesPerRead channel configuration 2015-08-06 00:00:28 -07:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:31:47 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:42:07 +01:00

Native transport for Linux

See our wiki page.