networking - Does SCTP works as advertised using Linux? -
I am planning to use SCTP for an embedded Linux project. Anyone have any comments on the use of SCTP, mostly in multiple modes? Did it beat home-made UDP-based equivalent solution using?
I control the network environment and all the devices, so compatibility is not a problem.
I have used lksctp broadly and it was robust and interoperated with many other implementations of sctp is. Socket API standards for SCTP are still evolving, but it is quite mature and I hope the changes ahead are relevant.
I will use it with confidence.
Comments
Post a Comment