netty5/transport-native-epoll
Norman Maurer ac1060003a [#4604] EpollSocketChannelConfig.isKeepAlive(...) throws UnsatisfieldLinkError
Motivation:

We missed to define the actual c function for isKeepAlive(...) and so throw UnsatisfieldLinkError.

Modifications:

- Add function
- Add unit test for Socket class

Result:

Correctly work isKeepAlive(...) when using native transport
2015-12-22 23:54:59 +01:00
..
src [#4604] EpollSocketChannelConfig.isKeepAlive(...) throws UnsatisfieldLinkError 2015-12-22 23:54:59 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.