netty5/transport-native-epoll/src
Norman Maurer e3d5ca82c0 [#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:33 +01:00
..
main [#4604] EpollSocketChannelConfig.isKeepAlive(...) throws UnsatisfieldLinkError 2015-12-22 23:54:33 +01:00
test/java/io/netty/channel [#4604] EpollSocketChannelConfig.isKeepAlive(...) throws UnsatisfieldLinkError 2015-12-22 23:54:33 +01:00