0
1
mirror of https://github.com/golang/go synced 2025-05-25 15:00:09 +00:00
Files
qmuntal c966f1c0c0 net: support IPv6 addresses in ListenMulticastUDP on Windows
Fixes .

Change-Id: Id9246af1a72beef3149af571f0891437bba2f4e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/668216
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
2025-04-30 08:34:01 -07:00

66 B

On Windows, the [ListenMulticastUDP] now supports IPv6 addresses.