netty5/transport-native-epoll/src
Norman Maurer 773757f2dd Introduce EpollSocketChannelConfig.setTcpKeepCnt as replacement for setTcpKeepCntl.
Motivation:

We had a typo in the method name of the EpollSocketChannelConfig.

Modifications:

Deprecate old method and introduce a new one.

Result:

Fixes [#6909]
2017-06-28 07:43:59 +02:00
..
main Introduce EpollSocketChannelConfig.setTcpKeepCnt as replacement for setTcpKeepCntl. 2017-06-28 07:43:59 +02:00
test/java/io/netty/channel/epoll Only try to deregister from EventLoop when the native Channel was registered before. 2017-05-24 13:19:18 +02:00