netty5/transport-native-unix-common/src
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
..
main Add support for recvmmsg when using epoll transport (#9509) 2019-09-03 09:35:21 +02:00
test/java/io/netty/channel/unix Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00