netty5/transport-native-epoll/src
Norman Maurer dd32313fad Allow to change epoll mode
Motivation:
Netty uses edge-triggered epoll by default for performance reasons. The downside here is that a messagesPerRead limit can not be enforced correctly, as we need to consume everything from the channel when notified.

Modification:
- Allow to switch epoll modes before channel is registered
- Some refactoring to share more code

Result:
It's now possible to switch epoll mode.
2015-02-04 21:34:55 +01:00
..
main Allow to change epoll mode 2015-02-04 21:34:55 +01:00
test/java/io/netty/channel/epoll Allow to recv and send file descriptors when using EpollDomainSocketChannel. 2015-02-04 19:59:12 +01:00