c1eb0b3db0
Router now captures packets flowing through the network stack: - forward_packets(): capture all forwarded/local-delivered packets - Observer injected via Router::new() from Smolnetd constructor When /scheme/netcfg/capture/enable is written, all packets traversing the router are captured into the ring buffer. When disabled, zero overhead (AtomicBool check).