Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jestan/netty
Browse files Browse the repository at this point in the history
  • Loading branch information
jestan committed Feb 19, 2012
2 parents 7dbb8d2 + 6d7ab72 commit 0148658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static ChannelBuffer makeRandomFrame() {
}

static {
int protocolId = 3;
int protocolId = 0;//unknown
for(int streamNumber = 0; streamNumber <= 3; streamNumber ++) {
sctpFrames [streamNumber] = new SctpFrame(protocolId, streamNumber, makeRandomFrame());
}
Expand Down

0 comments on commit 0148658

Please sign in to comment.