4994fe6254
Motivation: The SCTP_INIT_MAXSTREAMS property is ignored on NioSctpServerChannel / OioSctpServerChannel. Modifications: - Correctly use the netty ChannelOption - Ensure getOption(...) works - Add testcase. Result: SCTP_INIT_MAXSTREAMS works.