|
Tor 0.4.9.8
|
Data Fields | |
| uint64_t | stats_n_request |
| time_t | next_assessment_time |
Overload DNS statistics. The information in this object is used to assess if, due to DNS errors, we should emit a general overload signal or not.
NOTE: This structure is not per DNS query type like the statistics below because of a libevent bug (https://github.com/libevent/libevent/issues/1219), on error, the type is not propagated up back to the user and so we need to keep our own stats for the overload signal.
| time_t next_assessment_time |
| uint64_t stats_n_request |
Total number of DNS request seen at an Exit. They might not all end successfully or might even be lost by tor. This counter is incremented right before the DNS request is initiated.
Definition at line 235 of file rephist.c.
Referenced by rep_hist_note_dns_error().