mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-01 20:39:38 -05:00
- Increase MAX_MODULE to 16.
git-svn-id: file:///svn/unbound/trunk@3993 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
709d8223f5
commit
929b623e59
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
20 January 2017: Wouter
|
||||
- Increase MAX_MODULE to 16.
|
||||
|
||||
19 January 2017: Wouter
|
||||
- Fix to Rename ub_callback_t to ub_callback_type, because POSIX
|
||||
reserves _t typedefs.
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ struct iter_forwards;
|
|||
struct iter_hints;
|
||||
|
||||
/** Maximum number of modules in operation */
|
||||
#define MAX_MODULE 5
|
||||
#define MAX_MODULE 16
|
||||
|
||||
/** Maximum number of known edns options */
|
||||
#define MAX_KNOWN_EDNS_OPTS 256
|
||||
|
|
|
|||
Loading…
Reference in a new issue