netty5/transport-native-epoll/src
Norman Maurer 1913fcd5f4 [#3848] Respect EPOLLERR event
Motivation:

Some glibc/kernel versions will trigger an EPOLLERR event to notify
about failed connect and not an EPOLLOUT. Also EPOLLERR may be triggered
when a connection is broke.

Modification:

React on EPOLLERR like if an EPOLLOUT / EPOLLIN was received, this will work in
all cases as we handle errors in EPOLLOUT / EPOLLIN anyway.

Result:

Correctly detect errors.
2015-06-06 10:34:36 +02:00
..
main [#3848] Respect EPOLLERR event 2015-06-06 10:34:36 +02:00
test/java/io/netty/channel/epoll Linux EPOLL Channel Configuration test unsupported options 2015-06-02 12:55:04 -07:00