netty5/transport-native-epoll/src
Norman Maurer 201d9b6536 Share code that is needed to support shaded native libraries.
Motivation:

For our native libraries in netty we support shading, to have this work on runtime the user needs to set a system property. This code should shared.

Modifications:

Move logic to NativeLbiraryLoader and so share for all native libs.

Result:

Less code duplication and also will work for netty-tcnative out of the box once it support shading
2017-05-19 19:33:21 +02:00
..
main Share code that is needed to support shaded native libraries. 2017-05-19 19:33:21 +02:00
test/java/io/netty/channel/epoll KQueueSocket#setTrafficClass exceptions 2017-05-18 11:26:27 -07:00