Reduced number of host resolve attempts

This commit is contained in:
Luca Deri 2017-02-24 19:22:29 +01:00
parent da3fe2e304
commit 3f7faed07e
2 changed files with 5 additions and 2 deletions

View file

@ -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;