netty5/transport-native-io_uring
Norman Maurer 16530998a3 Correctly calculate timeout for io_uring
Motivation:

We need to use deadlineToDelayNanos(...) to calculate the timeout for io_uring as otherwise the timeout will be scheduled at the wrong time in the future

Modifications:

Make use of deadlineToDelayNanos(...)

Result:

Correctly schedule timeou
2020-08-25 14:27:33 +02:00
..
src Correctly calculate timeout for io_uring 2020-08-25 14:27:33 +02:00
pom.xml Added io_uring JNI 2020-06-28 15:25:19 +02:00