2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/lib/isc
Evan Hunt 80a5c9f5c8 associate socket stats counters with netmgr socket objects
- the socket stat counters have been moved from socket.h to stats.h.
- isc_nm_t now attaches to the same stats counter group as
  isc_socketmgr_t, so that both managers can increment the same
  set of statistics
- isc__nmsocket_init() now takes an interface as a paramter so that
  the address family can be determined when initializing the socket.
- based on the address family and socket type, a group of statistics
  counters will be associated with the socket - for example, UDP4Active
  with IPv4 UDP sockets and TCP6Active with IPv6 TCP sockets.  note
  that no counters are currently associated with TCPDNS sockets; those
  stats will be handled by the underlying TCP socket.
- the counters are not actually used by netmgr sockets yet; counter
  increment and decrement calls will be added in a later commit.
2020-01-13 14:05:02 -08:00
..
2019-12-12 23:59:39 +00:00
2019-11-07 11:55:37 -08:00
2019-05-21 10:23:17 +00:00
2019-12-03 16:27:24 +01:00
2017-12-29 01:44:18 +00:00
2019-09-12 17:59:28 +10:00
2020-01-08 11:53:04 +01:00
2019-12-03 16:27:24 +01:00
2019-11-06 11:30:36 +01:00
2019-12-13 07:10:25 +01:00