netty5/transport-native-epoll
Norman Maurer bf24ffd335 [#4694] Ensure native transport can also be compiled on 32bit systems.
Motivation:

We should also be able to compile the native transport on 32bit systems.

Modifications:

Add cast to intptr_t for pointers

Result:

It's possible now to also compile on 32bit.
2016-01-15 10:54:24 +01:00
..
src [#4694] Ensure native transport can also be compiled on 32bit systems. 2016-01-15 10:54:24 +01:00
pom.xml [#4658] Fix encoding of pom.xml file 2016-01-06 08:11:37 +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.