netty5/transport-native-epoll
Norman Maurer 937ceaa666 More bullet-proof way of detecting if ipv6 is supported or not when using native transport
Motivation:

We should try to bind to an ipv6 only socket before we enable ipv6 support in the native transport as it may not work due setup of the platform.

Modifications:

Try to bind to ::1 use IPV6 later on if this works

Result:

Fixes [#7021].
2017-08-23 13:46:24 +02:00
..
src More bullet-proof way of detecting if ipv6 is supported or not when using native transport 2017-08-23 13:46:24 +02:00
pom.xml Use underscore in native library names for consistency. 2017-08-15 06:17:36 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.