sing-box/common/networkquality
世界 6904d91db9
Fix goroutine leak in networkquality tool
Serialize probe rounds in startProber to eliminate unbounded fan-out of
fire-and-forget probe goroutines (up to 100/sec per direction), and close
HTTP/3 transports via transport.Close() in addition to CloseIdleConnections.
2026-04-23 08:04:03 +08:00
..
http.go tools: Network Quality & STUN 2026-04-23 07:49:16 +08:00
http3.go Fix lint errors 2026-04-23 07:49:20 +08:00
http3_stub.go tools: Network Quality & STUN 2026-04-23 07:49:16 +08:00
networkquality.go Fix goroutine leak in networkquality tool 2026-04-23 08:04:03 +08:00