We are starting development of an application that will use SCTP protocol both as client and server.
As per documentation it seems that SCTP is included in Netty 4.0.
Can we use Netty 4.0 now for development for SCTP?
We are starting development of an application that will use SCTP protocol both as client and server.
As per documentation it seems that SCTP is included in Netty 4.0.
Can we use Netty 4.0 now for development for SCTP?
Yes you can but be aware that its still in alpha state so you may see some api-breakage before it become final. That said, I think its fair to say that the API is quite stable atm. So don't expect to many breakage.