Merge branch 'master' of github.com:jestan/netty
This commit is contained in:
commit
0148658bcc
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user