Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parameter order in SctpOutboundByteStreamHandler.
Motivation: The first parameter of SctpMessage is protocolIdentifier, and the second is streamIdentifier. So we need to swap the parameters in encode method Modification: Fix order Result: SctpOutboundByteStreamHandler works correctly.
- Loading branch information