968ef8e0af
Motivation: SctpMessage.duplicate() copied message content that leads to additional buffer allocation and memory copying. Modifications: Duplicate message content instead of copying it. Result: Better performace and less memory consumption. |
||
---|---|---|
.. | ||
com/sun/nio/sctp | ||
io/netty |