netty5/transport-native-epoll/src/main
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
..
c Proper handling of epoll_ctl errors 2015-05-06 08:20:32 +02:00
java/io/netty/channel Proper handling of epoll_ctl errors 2015-05-06 08:20:32 +02:00