netty5/transport-native-epoll/src
Norman Maurer 5f5cdd1089 Proper handling of epoll_ctl errors
Motivation:

When using epoll_ctl we should respect the return value and do the right thing depending on it.

Modifications:

Adjust java and native code to respect epoll_ctl return values.

Result:

Correct and cleaner code.
2015-05-06 08:20:32 +02:00
..
main Proper handling of epoll_ctl errors 2015-05-06 08:20:32 +02:00
test/java/io/netty/channel/epoll Add support for splice(...) 2015-04-30 07:10:46 +02:00