netty5/transport-native-epoll/src
Norman Maurer acaa29f508 Add support for recvmmsg(...) even with connected datagram channels w… (#9539)
Motivation:

394a1b3485 added support for recvmmsg(...) for unconnected datagram channels, this change also allows to use recvmmsg(...) with connected datagram channels.

Modifications:

- Always try to use recvmmsg(...) if configured to do so
- Adjust unit test to cover it

Result:

Less syscalls when reading datagram packets
2019-09-06 20:59:24 +02:00
..
main Add support for recvmmsg(...) even with connected datagram channels w… (#9539) 2019-09-06 20:59:24 +02:00
test/java/io/netty/channel/epoll Add support for recvmmsg(...) even with connected datagram channels w… (#9539) 2019-09-06 20:59:24 +02:00