netty5/transport-native-epoll
Norman Maurer 8a0a6b944f Correctly parse package-prefix if the jni lib is contained in a path that matches the library name.
Motivation:

We used strstr to find the path to the library, which fails if the library is contained in a directory that also matches the library name.

Modifications:

- Introduce netty_unix_util_strstr_last which will return a pointer which points to the last accourance and so not fails if the direct also matches the library name.

Result:

Be able to load the library in all cases.
2017-05-29 20:14:01 +02:00
..
src Correctly parse package-prefix if the jni lib is contained in a path that matches the library name. 2017-05-29 20:14:01 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-05-11 12:26:35 +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.