netty5/transport-native-epoll
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
..
src Introduce EpollSocketChannelConfig.setTcpKeepCnt as replacement for setTcpKeepCntl. 2017-06-28 07:43:59 +02:00
pom.xml Not force to run autoconf and compile multiple times 2017-06-09 20:34:28 +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.