netty5/transport-sctp
Norman Maurer 25c226a835 Make sure only direct ByteBuffer are passed to the underlying jdk Channel.
This is needed because of otherwise the JDK itself will do an extra ByteBuffer copy with it's own pool implementation. Even worth it will be done
multiple times if the ByteBuffer is always only partial written. With this change the copy is done inside of netty using it's own allocator and
only be done one time in all cases.
2013-09-02 20:17:53 +02:00
..
src/main/java Make sure only direct ByteBuffer are passed to the underlying jdk Channel. 2013-09-02 20:17:53 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-08-26 12:01:03 +02:00