netty5/transport-native-epoll
Norman Maurer c5e4c2294e [#2469] Correctly update indices after incomplete gathering write
Motivation:
 When doing a gathering write we need to update the indices after the write partial completes. In the current code-base we use the wrong value when compare the expected written bytes and the actual written bytes.

 Modifications:
 Use the correct value when compare.

Result:
Indices are updated correctly and so no corruption can happen when resume writing after data was only partial written before.
2014-05-07 07:13:39 +02:00
..
src [#2469] Correctly update indices after incomplete gathering write 2014-05-07 07:13:39 +02:00
pom.xml Generate the default JAR to make oss.sonatype.org happy 2014-05-03 17:32:45 +09:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.