Merge branch 'master' of github.com:jestan/netty

This commit is contained in:
Jestan Nirojan 2012-02-19 12:40:30 +05:30
commit 0148658bcc

View File

@ -57,7 +57,7 @@ public class SctpMultiStreamingEchoTest {
}
static {
int protocolId = 3;
int protocolId = 0;//unknown
for(int streamNumber = 0; streamNumber <= 3; streamNumber ++) {
sctpFrames [streamNumber] = new SctpFrame(protocolId, streamNumber, makeRandomFrame());
}