mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-12 10:10:38 +00:00
500b0af782
This will attempt to make use of Netty's EpollEventLoopGroup and Epoll(Server)SocketChannel when on Linux and the native libraries load correctly. It should bring a large increase in performance and hopefully reliability. Big thanks to the @netty team for implementing this and @normanmaurer for some tips on the support detection. Feedback is appreciated.