netty5/transport-native-epoll/src
Scott Mitchell c7cb104dc4 EPOLL Shutdown and Half Closed
Motivation:
The EPOLL module was not completly respecting the half closed state. It may have missed events, or procssed events when it should not have due to checking isOpen instead of the appropriate shutdown state.

Modifications:
- use FileDescriptor's isShutdown* methods instead of isOpen to check for processing events.

Result:
Half closed code in EPOLL module is more correct.
2015-11-02 13:01:24 -08:00
..
main EPOLL Shutdown and Half Closed 2015-11-02 13:01:24 -08:00
test/java/io/netty/channel/epoll Decouple Unix from Linux in Native Transport 2015-11-02 12:29:44 -08:00