netty5/transport-udt/src
Norman Maurer a52bbd20f4 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:34 +02:00
..
main/java/io/netty/channel/udt Make sure only direct ByteBuffer are passed to the underlying jdk Channel. 2013-09-02 20:17:34 +02:00
test Allow per-write promises and disallow promises on flush() 2013-07-11 00:49:48 +09:00