netty5/transport-native-epoll
Norman Maurer 93343ff00c Correctly handle autoRead == false when epoll LT is used
Motivation:

When epoll LT is used and autoRead == false when entering epollIn() we need to return without reading any data.

Modifications:

Correctly respect autoRead == false if using epoll LT.

Result:

Consistent and correct behaviour.
2015-02-23 07:44:04 +01:00
..
src Correctly handle autoRead == false when epoll LT is used 2015-02-23 07:44:04 +01:00
pom.xml Generate non-test JAR for netty-testsuite 2014-12-15 09:18:08 +09: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.