netty5/transport/src
Scott Mitchell a6d6a15ce6 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:03:46 -07:00
..
main/java/io/netty EPOLL SelectStrategy 2016-03-30 15:03:46 -07:00
test/java/io/netty Correctly run pending tasks before flush and also remove incorrect assert. 2016-03-29 14:30:47 +02:00