This commit is contained in:
风扇滑翔翼 2025-06-10 17:29:13 +00:00 committed by GitHub
parent 8edf471c9f
commit 9004838704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,6 +334,7 @@ func NewPacketWriter(conn net.Conn, h *Handler, ctx context.Context, UDPOverride
Handler: h, Handler: h,
Context: ctx, Context: ctx,
UDPOverride: UDPOverride, UDPOverride: UDPOverride,
resolvedUDPAddr: make(map[string]net.Address),
} }
} }