mirror of
https://github.com/monero-project/monero.git
synced 2025-07-29 10:08:53 -04:00
update libunbound
This commit is contained in:
parent
ce974949e2
commit
6a1190792b
59 changed files with 4449 additions and 2465 deletions
4
external/unbound/daemon/worker.h
vendored
4
external/unbound/daemon/worker.h
vendored
|
@ -103,6 +103,10 @@ struct worker {
|
|||
struct comm_point* cmd_com;
|
||||
/** timer for statistics */
|
||||
struct comm_timer* stat_timer;
|
||||
/** ratelimit for errors, time value */
|
||||
time_t err_limit_time;
|
||||
/** ratelimit for errors, packet count */
|
||||
unsigned int err_limit_count;
|
||||
|
||||
/** random() table for this worker. */
|
||||
struct ub_randstate* rndstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue