mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
8b7dfb99ea
#106 rework session statistics * flatten session_list to single big array * move (some) session access statistics to a dedicated array/struct * move (some) session network statistics to a dedicated array/struct * move dhcpv6 stats to access_statistics struct * move dhcp stats to access_statistics struct * move arp/icmp(v6)/fragmented statistics to the access statistics struct * fix off by one error * ...