netty5/transport-sctp
Sergey Polovko 968ef8e0af 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:51:59 +01:00
..
src/main/java Fix SctpMessage.duplicate() behavior 2016-01-05 09:51:59 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00