netty5/transport-native-epoll/src
Norman Maurer 1a5dac175e Correctly register for EPOLLRDHUP when construct EpollSocketChannel from FileDescriptor
Motivation:

We missed to register for EPOLLRDHUP events when construct the EpollSocketChannel from an existing FileDescriptor. This could cause to miss connection-resets.

Modifications:

Add Native.EPOLLRDHUP to the events we are interested in.

Result:

Connection-resets are detected correctly.
2015-07-21 18:41:05 +02:00
..
main Correctly register for EPOLLRDHUP when construct EpollSocketChannel from FileDescriptor 2015-07-21 18:41:05 +02:00
test/java/io/netty/channel/epoll Linux EPOLL Channel Configuration test unsupported options 2015-06-02 12:54:36 -07:00