9ba64805b0
Motivation: DefaultChannelConfig has a "hack" which will automatically set maxMessagesPerRead to 16 when constructed when either a ServerChannel or a AbstractNioByteChannel is used. As this instanceof check will fail with epoll we should set it there as well. Modifications: Set maxMessagesPerRead to 16 by default in EpollDomainSocketChannelConfig and EpollSocketChannelConfig. Result: More consistent behavior between epoll and nio when LT mode is used.
Native transport for Linux
See our wiki page.