netty5/transport-native-epoll/src
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
..
main Use ChannelException when ChannelConfig operation fails in epoll. 2015-08-28 21:38:35 +02:00
test/java/io/netty/channel/epoll Use ChannelException when ChannelConfig operation fails in epoll. 2015-08-28 21:38:35 +02:00