netty5/transport-native-kqueue/src
Norman Maurer 61b1165136 Add support to wrap an existing filedescriptor when using native kqueue transport
Motivation:

The native epoll transport allows to wrap an existing filedescriptor, we should support the same in the native kqueue transport.

Modifications:

Add constructors that allow to wrap and existing filedescriptor.

Result:

Featureset of native transports more on par.
2017-05-19 19:34:47 +02:00
..
main Add support to wrap an existing filedescriptor when using native kqueue transport 2017-05-19 19:34:47 +02:00
test/java/io/netty/channel/kqueue KQueueSocket#setTrafficClass exceptions 2017-05-18 11:26:27 -07:00