netty5/resolver-dns
Norman Maurer 99aa51b74a Combine flushes in DnsNameResolver to allow usage of sendmmsg to reduce syscall costs (#8470)
Motivation:

Some of transports support gathering writes when using datagrams. For example this is the case for EpollDatagramChannel. We should minimize the calls to flush() to allow making efficient usage of sendmmsg in this case.

Modifications:

- minimize flush() operations when we query for multiple address types.
- reduce GC by always directly schedule doResolveAll0(...) on the EventLoop.

Result:

Be able to use sendmmsg internally in the DnsNameResolver.
2018-11-21 06:42:50 +01:00
..
src Combine flushes in DnsNameResolver to allow usage of sendmmsg to reduce syscall costs (#8470) 2018-11-21 06:42:50 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00