netty5/transport-native-epoll/src
Scott Mitchell 0c839d9e0a EPOLL SelectStrategy
Motivation:
NIO now supports a pluggable select strategy, but EPOLL currently doesn't support this. We should strive for feature parity for EPOLL.

Modifications:
- Add SelectStrategy to EPOLL transport.

Result:
EPOLL transport supports SelectStategy.
2016-03-30 15:11:35 -07:00
..
main EPOLL SelectStrategy 2016-03-30 15:11:35 -07:00
test/java/io/netty/channel Not attempt to read from fd when channel is closed during read loop. Related to [#5031] 2016-03-29 10:50:38 +02:00