netty5/transport-udt/src
JongYoon Lim 6496d2dbc7 Motivation: If there are no readable bytes, it's unnecessary to go through javaChannel().write().
Modification:
If the readableBytes() is zero, then just return.

Result:
The logic can be easy to understand and a little faster than before.
2015-04-08 09:36:24 +02:00
..
main/java/io/netty/channel/udt Motivation: If there are no readable bytes, it's unnecessary to go through javaChannel().write(). 2015-04-08 09:36:24 +02:00
test/java/io/netty/test/udt Disable NioUdtMessageRendezvousChannelTest.basicEcho() 2015-01-09 17:57:42 +09:00