netty5/transport-native-io_uring/src
Norman Maurer ccd5a6e411 Add workaround for current kernel bug related to WRITEV and IOSEQ_ASYNC
Motivation:

There is currently a bug in the kernel that let WRITEV sometimes fail
when IOSEQ_ASYNC is enabled

Modifications:

Don't use IOSEQ_ASYNC for WRITEV for now

Result:

Tests pass
2020-09-05 10:22:02 +02:00
..
main Add workaround for current kernel bug related to WRITEV and IOSEQ_ASYNC 2020-09-05 10:22:02 +02:00
test/java/io/netty/channel/uring Submit IO in batches to reduce overhead 2020-09-04 17:09:46 +02:00