Add kqueue transport support

This commit is contained in:
Andrew Steinborn
2018-08-08 10:10:11 -04:00
parent 512b1c2403
commit db8b7c807c
2 changed files with 64 additions and 35 deletions

View File

@@ -28,6 +28,7 @@ dependencies {
compile "io.netty:netty-handler:${nettyVersion}"
compile "io.netty:netty-transport-native-epoll:${nettyVersion}"
compile "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-x86_64"
compile "io.netty:netty-transport-native-kqueue:${nettyVersion}:osx-x86_64"
compile "org.apache.logging.log4j:log4j-api:${log4jVersion}"
compile "org.apache.logging.log4j:log4j-core:${log4jVersion}"