netty5/transport-native-epoll
Norman Maurer 19dcb15062 Use underscore in native library names for consistency.
Motivation:

At the moment we try to load the library using multiple names which includes names using - but also _ . We should just use _ all the time.

Modifications:

Replace - with _

Result:

Fixes [#7069]
2017-08-15 06:02:00 +02:00
..
src Use underscore in native library names for consistency. 2017-08-15 06:02:00 +02:00
pom.xml Use underscore in native library names for consistency. 2017-08-15 06:02:00 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.