mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Reduced number of host resolve attempts
This commit is contained in:
parent
da3fe2e304
commit
3f7faed07e
2 changed files with 5 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ class Host : public GenericHost {
|
|||
IpAddress ip;
|
||||
Mutex *m;
|
||||
Mac *mac;
|
||||
u_int8_t num_resolve_attempts;
|
||||
time_t nextResolveAttempt, nextSitesUpdate;
|
||||
#ifdef NTOPNG_PRO
|
||||
CountMinSketch *sent_to_sketch, *rcvd_from_sketch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue