netty5/transport-native-unix-common
Norman Maurer 394a1b3485
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 08:40:17 +02:00
..
src Add support for recvmmsg when using epoll transport (#9509) 2019-09-03 08:40:17 +02:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml Include c source files in source jar (#9497) 2019-08-23 09:30:27 +02:00