Modules have their own outgoing ends options list

But nothing happens with it yet
This commit is contained in:
Tom Carpay
2021-10-27 13:48:49 +00:00
parent ecb0b44ba8
commit 3e6eeb504d
6 changed files with 13 additions and 0 deletions
+3
View File
@@ -227,6 +227,9 @@ struct edns_data {
uint16_t udp_size;
/** rdata element list, or NULL if none */
struct edns_option* opt_list;
/** rdata element list of outgoing edns options from modules
* or NULL if none */
struct edns_option* opt_list_modules_out;
/** block size to pad */
uint16_t padding_block_size;
};