netty5/transport-native-epoll/src
Norman Maurer 3030b4afe3 Allow to recv and send file descriptors when using EpollDomainSocketChannel.
Motiviation:

When using domain sockets on linux it is supported to recv and send file descriptors. This can be used to pass around for example sockets.

Modifications:
- Add support for recv and send file descriptors when using EpollDomainSocketChannel.
- Allow to obtain the file descriptor for an Epoll*Channel so it can be send via domain sockets.

Result:
recv and send of file descriptors is supported now.
2015-02-04 20:07:43 +01:00
..
main Allow to recv and send file descriptors when using EpollDomainSocketChannel. 2015-02-04 20:07:43 +01:00
test/java/io/netty/channel/epoll Allow to recv and send file descriptors when using EpollDomainSocketChannel. 2015-02-04 20:07:43 +01:00