netty5/transport-native-epoll
Christoph Ingwersen b6099bc193 Fix unbalanced quotes in Bundle-NativeCode manifest header
Motivation:

The previously generated manifest causes a parse exception when loaded into an Apache Felix OSGI container.

Modifications:

Fix parameter delimiter and unbalanced quotes in manifest entry. Suffixed with asterisk so the bundle is resolved on other architectures as well even if native libs won't be loaded.

Result:

Bundle will load properly in OSGI containers.
2016-11-01 10:24:42 +01:00
..
src [#5882] Ensure we even process tasks if processing of ready channels throws an Exception in event loop. 2016-10-10 07:49:57 +02:00
pom.xml Fix unbalanced quotes in Bundle-NativeCode manifest header 2016-11-01 10:24:42 +01: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.