netcfg: add sockets/list node for active connection count

This commit is contained in:
Red Bear OS
2026-07-08 09:42:03 +03:00
parent 81c366359d
commit cb1c326645
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -170,6 +170,7 @@ impl Smolnetd {
netcfg_file,
Rc::clone(&route_table),
Rc::clone(&devices),
Rc::clone(&socket_set),
)?,
})
}