mirror of
https://github.com/monero-project/monero.git
synced 2025-05-08 05:25:05 -04:00
update unbound from upstream
This commit is contained in:
parent
b0151de601
commit
1f49833d4f
155 changed files with 5482 additions and 3440 deletions
2
external/unbound/util/netevent.h
vendored
2
external/unbound/util/netevent.h
vendored
|
@ -164,6 +164,8 @@ struct comm_point {
|
|||
/* -------- TCP Accept -------- */
|
||||
/** the number of TCP handlers for this tcp-accept socket */
|
||||
int max_tcp_count;
|
||||
/** current number of tcp handler in-use for this accept socket */
|
||||
int cur_tcp_count;
|
||||
/** malloced array of tcp handlers for a tcp-accept,
|
||||
of size max_tcp_count. */
|
||||
struct comm_point** tcp_handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue