netty5/resolver-dns/src
Norman Maurer ed6edc7cb9 Correctly calculate ttl for AuthoritativeNameServer when update existing records (#9051)
Motivation:

We did not correctly calculate the new ttl as we did forget to add `this.`

Modifications:

Add .this and so correctly calculate the TTL

Result:

Use correct TTL for authoritative nameservers when updating these.
2019-04-15 21:41:39 +02:00
..
main/java/io/netty/resolver/dns Correctly calculate ttl for AuthoritativeNameServer when update existing records (#9051) 2019-04-15 21:41:39 +02:00
test DnsNameResolver.resolveAll(...) should also contain non preferred addresses (#9044) 2019-04-15 10:33:04 +02:00