Files
golang.net/internal
Nicholas S. Husin af27605f51 quic: avoid usage of net.ReadMsgUDPAddrPort in non-linux and darwin builds
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>
2026-03-19 19:36:52 -07:00
..
2025-09-15 17:28:39 -07:00
2025-10-23 07:34:54 -07:00
2025-09-15 17:28:39 -07:00
2023-02-07 17:08:46 +00:00