DNS.Message.EDNS0.Option.DHU (DNS v0.4.1)
View SourceEDNS0.Option.DHU RFC6975
DS Hash Understood (DHU) option is used to indicate which DS hash algorithms a resolver understands.
Option Format:
1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | OPTION-CODE = 6 | OPTION-LENGTH | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | / ALGORITHM LIST / / / +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- ALGORITHM LIST: Variable length, list of DS hash algorithm codes
Summary
Types
@type t() :: %DNS.Message.EDNS0.Option.DHU{ code: DNS.Message.EDNS0.OptionCode.t(), data: [integer()], length: 0..65535 }