netty5/transport-sctp/src/main
Sergey Polovko 9e1e4f79c7 Fix SctpMessage.duplicate() behavior
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.
2016-01-05 09:52:24 +01:00
..
java Fix SctpMessage.duplicate() behavior 2016-01-05 09:52:24 +01:00