netty5/transport-sctp/src
YuQi ca9d1658a0 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.
2017-05-25 09:28:28 +02:00
..
main Fix parameter order in SctpOutboundByteStreamHandler. 2017-05-25 09:28:28 +02:00