OPTIMIZATION: Network and browser optimizations

This commit is contained in:
boreddevnl
2026-03-22 19:26:05 +01:00
parent ec2a9d1883
commit 5c199e028a
5 changed files with 138 additions and 29 deletions

View File

@@ -469,6 +469,9 @@ static void process_cleanup_inner(process_t *proc) {
extern void cmd_process_finished(void);
cmd_process_finished();
extern void network_cleanup(void);
network_cleanup();
extern void network_cleanup_pcb(void *pcb);
// TODO: We need per-process PCB tracking to call this safely
// For now, let's NOT call global network_cleanup