netty5/codec-dns
Trustin Lee ab2e80fbb1 Add EDNS support to DnsQueryEncoder
Motivation:

DnsQueryEncoder does not encode the 'additional resources' section at all, which contains the pseudo-RR as defined in RFC 2671.

Modifications:

- Modify DnsQueryEncoder to encode the additional resources
- Fix a bug in DnsQueryEncoder where an empty name is encoded incorrectly

Result:

A user can send an EDNS query.
2014-10-16 17:05:08 +09:00
..
src Add EDNS support to DnsQueryEncoder 2014-10-16 17:05:08 +09:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00