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