mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
Amongst the non-linux and darwin builds, net.ReadMsgUDPAddrPort is not implemented yet in plan9. There does not seem to be any reason why we could not use net.ReadFromUDPAddrPort instead, which is implemented in plan9. Therefore, use net.ReadFromUDPAddrPort instead for better compatibility. Fixes golang/go#78223 Change-Id: Id397f28368f0cc291b12c6e06df3de64321a623b Reviewed-on: https://go-review.googlesource.com/c/net/+/757100 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <husin@google.com> Auto-Submit: Nicholas Husin <nsh@golang.org> Reviewed-by: Ethan Lee <ethanalee@google.com> Reviewed-by: Richard Miller <millerresearch@gmail.com>