netty5/transport-native-epoll/src
Norman Maurer ad955fa8a4 [#2371] Fix Potential data corruption in EpollSocketChannel when writing to the Channel
Motivation:
We sometimes see data corruption when writing to the EpollSocketChannel.

Modifications:
Correctly update the position of the ByteBuffer after something was written.

Result:
Fix data-corruption which could happen on partial writes
2014-04-09 14:25:39 +02:00
..
main [#2371] Fix Potential data corruption in EpollSocketChannel when writing to the Channel 2014-04-09 14:25:39 +02:00
test/java/io/netty/channel/epoll Perform cross-tests between NIO and epoll transport 2014-03-17 10:35:48 +09:00