netty5/transport-native-epoll
Norman Maurer 3b9af38276 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:29:57 +02:00
..
src Add support for IP_FREEBIND when using native transport 2015-07-30 20:56:30 +02:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:29:57 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.