Expand description
EDNS options for paddin message sizes.
The option in this module – Padding<Octs>
– allows to increase the
size of a DNS message to any desired value. This can be helpful with
confidentialty.
Since this option does not have any meaning for the receiver of a message,
you should generally just use the OptBuilder::padding
and
OptBuilder::random_padding
methods when constructing a message.
Structs§
- Option data for the padding option.