netty5/transport/src
Scott Mitchell 3d7ae97359 Make Epoll ChannelMetadata more consistent with NIO
Motivation:
In 4.0 AbstractNioByteChannel has a default of 16 max messages per read. However in 4.1 that constraint was applied at the NioSocketChannel which is not equivalent. In 4.1 AbstractEpollStreamChannel also did not have the default of 16 max messages per read applied.

Modifications:
- Make Nio consistent with 4.0
- Make Epoll consistent with Nio

Result:
Nio and Epoll both have consistent ChannelMetadata and are consistent with 4.0.
2016-07-18 13:26:05 +02:00
..
main/java/io/netty Make Epoll ChannelMetadata more consistent with NIO 2016-07-18 13:26:05 +02:00
test/java/io/netty Ability to run a task at the end of an eventloop iteration. 2016-07-12 10:22:15 +02:00