Closed hussainmohd-a closed 5 months ago
netstack stalls when protocol handlers (intra/netstack/[tcp|icmp|udp].go
) are busy, hence making netstack wait until they are free to handle more work, since after recent changes (https://github.com/celzero/firestack/commit/760a9a472831b44740d56e782b129211f055d60e), dispatchers.go
is delivering packets from a limited number of goroutines (the lower the number of dispatcher goroutines, the higher the chances of hitting a stall due to busy protocol handlers): https://github.com/celzero/firestack/issues/58#issuecomment-2132385019
Logs