0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-17 13:57:15 +03:00
This commit is contained in:
风扇滑翔翼
2025-06-10 17:29:13 +00:00
committed by GitHub
parent 8edf471c9f
commit 9004838704

View File

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