netty5/transport-native-unix-common/src/main
Norman Maurer b3e6e41384 Add support for recvmmsg when using epoll transport (#9509)
Motivation:

When using datagram sockets which need to handle a lot of packets it makes sense to use recvmmsg to be able to read multiple datagram packets with one syscall.

Modifications:

- Add support for recvmmsg on linux
- Add new EpollChannelOption.MAX_DATAGRAM_PACKET_SIZE
- Add tests

Result:

Fixes https://github.com/netty/netty/issues/8446.
2019-09-03 09:35:21 +02:00
..
c Use byte[] to create DatagramSocketAddress and so reduce overhead (#9516) 2019-08-30 09:23:12 +02:00
java/io/netty/channel/unix Add support for recvmmsg when using epoll transport (#9509) 2019-09-03 09:35:21 +02:00