[#530] Allow using a bounded ByteBuf as the first inbound buffer

- Make the test run faster
This commit is contained in:
Trustin Lee 2012-08-19 14:51:56 +09:00
parent 44daa99d3f
commit f02ce0fdca

View File

@ -54,7 +54,7 @@ public class SocketEchoTest extends AbstractSocketTest {
}
public void testSimpleEchoWithBoundedBuffer(ServerBootstrap sb, Bootstrap cb) throws Throwable {
testSimpleEcho0(sb, cb, 4);
testSimpleEcho0(sb, cb, 32);
}
private static void testSimpleEcho0(ServerBootstrap sb, Bootstrap cb, int maxInboundBufferSize) throws Throwable {