bind9/lib/isc/netmgr
Ondřej Surý 3e10d3b45f Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters
The STATID_CONNECT and STATID_CONNECTFAIL statistics were used
incorrectly. The STATID_CONNECT was incremented twice (once in
the *_connect_direct() and once in the callback) and STATID_CONNECTFAIL
would not be incremented at all if the failure happened in the callback.

Closes: #3452
2022-07-14 14:34:53 +02:00
..
http.c Update the set of HTTP endpoints on reconfiguration 2022-06-28 15:42:38 +03:00
netmgr-int.h Handle the transient TCP connect() failures on FreeBSD 2022-07-14 14:20:10 +02:00
netmgr.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 14:34:53 +02:00
socket.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tcp.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 14:34:53 +02:00
tcpdns.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 14:34:53 +02:00
timer.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tlsdns.c Cleanup the STATID_CONNECT and STATID_CONNECTFAIL stat counters 2022-07-14 14:34:53 +02:00
tlsstream.c TLS: do not ignore accept callback result 2022-07-12 14:40:22 +03:00
udp.c Handle the transient TCP connect() failures on FreeBSD 2022-07-14 14:20:10 +02:00