netty5/transport-native-epoll
Norman Maurer 2de644224c Correctly mark EpollServerDomainSocketChannel.isActive() as true after bind is complete.]
Motivation:

We missed to set active = true in EpollServerDomainSocketChannel.doBind(...) which also means that channelActive(...) was never triggered.

Modifications:

Correct set active = true in doBind(...)

Result:

EpollServerDomainSocketChannel is correctly set to active when bound.
2016-12-01 21:26:11 +01:00
..
src Correctly mark EpollServerDomainSocketChannel.isActive() as true after bind is complete.] 2016-12-01 21:26:11 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
pom.xml Fix unbalanced quotes in Bundle-NativeCode manifest header 2016-11-01 10:24:42 +01:00

README.md

Native transport for Linux

See our wiki page.