netty5/transport-native-epoll/src
Norman Maurer 81735c2535 Check if Epoll is avaible when construct EpollEventLoopGroup
Motivation:

We should call Epoll.ensureAvailability() when init EpollEventLoopGroup to fail fast and with a proper exception.

Modifications:

Call Epoll.ensureAvailability() during EpollEventLoopGroup init.

Result:

Fail fast if epoll is not availability (for whatever reason).
2017-01-27 08:19:45 +01:00
..
main Check if Epoll is avaible when construct EpollEventLoopGroup 2017-01-27 08:19:45 +01:00
test/java/io/netty/channel Added support to fetch the UID, GID, and PID of the connected unix domain socket (EG: SO_PEERCREDS) 2016-11-04 07:27:30 +01:00