Files
rtbrick-bngblaster/code
Istvan Ruzman 8b7dfb99ea WIP: Rework session statistics (#103)
#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
* ...
2022-07-20 10:12:23 +02:00
..
2022-06-13 07:26:37 +00:00
2022-05-25 18:32:42 +02:00
2022-03-09 14:25:02 +01:00
2022-03-24 20:54:02 +01:00
2022-03-23 23:24:07 +01:00
2022-03-24 13:34:08 +01:00

Code

Directory Structure

common

Shared resources used by multiple sub-projects.

lwip

Local fork of the Lightweight TCP/IP stack (lwIP) with some performance optimizations for massive TCP session support.

https://savannah.nongnu.org/projects/lwip/

bngblaster

BNG Blaster directory.

lspgen

LSPGEN directory.

Scripts

bngblaster-cli

Simple python script to interact with the BNG Blaster control socket JSON RPC API.

bgpupdate

Simple python script to generate BGP RAW update streams for use with the BNG Blaster.