From 72c7e45913048bf7a7a9f4f898363ea802ba3ab7 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 4 Dec 2015 13:26:12 +0000 Subject: MFH (r287917, r287918, r289063): upgrade to latest Unbound MFH (r283301, r289592, r291582): rc script improvements MFH (r287880): respect manually configured forwarders when using DHCP MFH (r289321): deconfuse man page PR: 184047 203580 204931 --- contrib/unbound/util/netevent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/unbound/util/netevent.h') diff --git a/contrib/unbound/util/netevent.h b/contrib/unbound/util/netevent.h index 37322ab..4b87cdb 100644 --- a/contrib/unbound/util/netevent.h +++ b/contrib/unbound/util/netevent.h @@ -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; -- cgit v1.1