Add experimental io_uring support

This just came off the presses, there are issues but this is for those who want to start playing with this with the risk that they could shoot themselves in the foot.
This commit is contained in:
Andrew Steinborn
2020-11-16 06:49:57 -05:00
parent 7ead4add67
commit 218b24024f
4 changed files with 37 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ dependencies {
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}"
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-x86_64"
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-aarch64"
implementation "io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.1.Final:linux-x86_64"
implementation "io.netty:netty-resolver-dns:${nettyVersion}"
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"