Fix naive performance

This commit is contained in:
世界
2026-08-30 17:41:47 +08:00
parent be54f9afef
commit 310206a889
3 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ func (h *Outbound) ListenPacket(ctx context.Context, destination M.Socksaddr) (n
}
func (h *Outbound) InterfaceUpdated(ctx context.Context) {
h.client.Engine().CloseAllConnections()
h.client.CloseAllConnections()
}
func (h *Outbound) Close() error {