netty5/transport-sctp/src/main
YuQi 2f80064f56 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:29:58 +02:00
..
java Fix parameter order in SctpOutboundByteStreamHandler. 2017-05-25 09:29:58 +02:00
test/io/netty/channel/sctp [#4204] Broken support of SCTP_INIT_MAXSTREAMS in *SctpServerChannel 2016-08-05 18:33:10 +02:00