netty5/transport
Trustin Lee 1f27c3b390 Make NioByteUnsafe.read() respect ChannelConfig.maxMessagesPerRead and adjust the default from 16 to 1
- Fixes #1486
- Decreased the default from 16 to 1 because unnecessary extra read on req-res protocols results in lower throughput due to extra syscalls.
2013-06-25 18:08:39 +09:00
..
src Make NioByteUnsafe.read() respect ChannelConfig.maxMessagesPerRead and adjust the default from 16 to 1 2013-06-25 18:08:39 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-06-25 11:07:15 +09:00