netty5/transport-native-epoll
Norman Maurer 0c83542000 Use ChannelException when ChannelConfig operation fails in epoll.
Motivation:

In NIO and OIO we throw a ChannelException if a ChannelConfig operation fails. We should do the same with epoll to be consistent.

Modifications:

Use ChannelException

Result:

Consistent behaviour across different transport implementations.
2015-08-28 21:38:35 +02:00
..
src Use ChannelException when ChannelConfig operation fails in epoll. 2015-08-28 21:38:35 +02:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:31:20 +02: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.