Corrected protocol identifier in SCTP test cases
This commit is contained in:
parent
4b99c4f4f7
commit
6d7ab72479
@ -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