mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 02:26:43 +00:00
Implements AS latency estim. with EWMA
This commit is contained in:
parent
9afdf806fe
commit
377abf1242
5 changed files with 31 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue