netty5/transport-native-epoll
Norman Maurer 426938307d Use the correct osname in the Bundle-NativeCode declaration.
Motivation:

We need to ensure we use the correct osname in the Bundle-NativeCode declaration as declared in:

https://www.osgi.org/developer/specifications/reference/

Modifications:

Update osname to match the spec.

Result:

Correct Bundle-NativeCode entry in the MANIFEST
2017-09-14 08:26:49 -07:00
..
src Only load native transport if running architecture match the compiled library architecture. 2017-09-04 13:34:55 +02:00
pom.xml Use the correct osname in the Bundle-NativeCode declaration. 2017-09-14 08:26:49 -07: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.