netty5/transport-native-epoll/src/main
Norman Maurer e00e06c037 netty_epoll_linuxsocket_setTcpMd5Sig should throw ChannelException when not able to init sockaddr
Motivation:

When netty_epoll_linuxsocket_setTcpMd5Sig fails to init the sockaddr we should throw an exception and not silently return.

Modifications:

Throw exception if init of sockaddr fails.

Result:

Correctly report back error to user.
2019-04-11 18:52:33 +02:00
..
c netty_epoll_linuxsocket_setTcpMd5Sig should throw ChannelException when not able to init sockaddr 2019-04-11 18:52:33 +02:00
java/io/netty/channel/epoll Added UDP multicast (with caveats: no ipv6, getInterface, getNetworkI… (#9006) 2019-04-08 20:14:07 +02:00