Implements AS latency estim. with EWMA

This commit is contained in:
Simone Mainardi 2018-01-27 19:03:23 +01:00
parent 9afdf806fe
commit 377abf1242
5 changed files with 31 additions and 1 deletions

View file

@ -25,6 +25,7 @@
AutonomousSystem::AutonomousSystem(NetworkInterface *_iface, IpAddress *ipa) : GenericHashEntry(_iface), GenericTrafficElement() {
asname = NULL;
server_network_latency = 0;
ntop->getGeolocation()->getAS(ipa, &asn, &asname);
#ifdef AS_DEBUG