netty5/transport/src
Norman Maurer dfa3bbbf00 Add support for Client Subnet in DNS Queries (RFC7871)
Motivation:

RFC7871 defines an extension which allows to request responses for a given subset.

Modifications:

- Add DnsOptPseudoRrRecord which can act as base class for extensions based on EDNS(0) as defined in RFC6891
- Add DnsOptEcsRecord to support the Client Subnet in DNS Queries extension
- Add tests

Result:

Client Subnet in DNS Queries extension is now supported.
2016-09-06 07:16:57 +02:00
..
main/java/io/netty Add support for Client Subnet in DNS Queries (RFC7871) 2016-09-06 07:16:57 +02:00
test/java/io/netty Fix write watermarks comparison to use less than and greater than. 2016-08-24 15:58:02 +02:00