Files
bind9/bin/named
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-07-25 08:03:10 -04:00
2019-07-25 21:31:47 -04:00
2019-07-23 15:32:36 -04:00
2019-12-17 23:46:52 +00:00
2019-02-06 22:13:05 +00:00
2019-12-12 23:59:39 +00:00
2019-12-12 23:59:39 +00:00
2020-01-02 21:45:30 -08:00
2019-02-06 22:13:05 +00:00