netty5/transport-native-kqueue/src
Norman Maurer 358249e5c9
Allow to disable native transport and native ssl support via system property. (#7903)
Motivation:

Sometimes it's useful to disable native transports / native ssl to debug a problem. We should allow to do so with a system property so people not need to adjust code for this.

Modifications:

Add system properties which allow to disable native transport and native ssl.

Result:

Easier to disable native code usage without code changes.
2018-05-04 14:44:44 +02:00
..
main Allow to disable native transport and native ssl support via system property. (#7903) 2018-05-04 14:44:44 +02:00
test/java/io/netty/channel/kqueue EventLoop.schedule with big delay fails (#7402) 2018-04-24 11:15:20 +02:00