Hello!<br><br>The <a href="http://www.jboss.org/file-access/default/members/netty/freezone/guide/3.1/html_single/index.html">Netty user guide</a> mentions SCTP (Stream Control Transmission Protocol) along with TCP and UDP as the examples of different protocols that could be handled by applications uniformly. I am interested in experimenting with SCTP -- I wrote a message oriented network communication library using Netty, and SCTP fits better than TCP in this scenario. <br>

<br>There seem to be some Java APIs for SCTP protocol, but non of them looks &quot;official&quot;.<br>Is it actually possible to use Netty with SCTP?<br><br>Best regards,<br>Piotr Findeisen<br>