netty5/transport-native-epoll/src
Norman Maurer 42680bc021 Throw IOException (not ChannelException) if netty_epoll_linuxsocket_setTcpMd5Sig fails (#9039)
Motivation:

At the moment we throw a ChannelException if netty_epoll_linuxsocket_setTcpMd5Sig fails. This is inconsistent with other methods which throw a IOException.

Modifications:

Throw IOException

Result:

More correct and consistent exception usage in epoll transport
2019-04-12 15:15:52 +02:00
..
main Throw IOException (not ChannelException) if netty_epoll_linuxsocket_setTcpMd5Sig fails (#9039) 2019-04-12 15:15:52 +02:00
test/java/io/netty/channel/epoll Add IPv6 multicast test to testsuite (#9037) 2019-04-12 14:26:09 +02:00