mirror of
https://github.com/golang/net.git
synced 2026-03-20 04:44:16 +00:00
[mirror] Go supplementary network libraries
https://golang.org/x/net
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> |
||
|---|---|---|
| bpf | ||
| context | ||
| dict | ||
| dns/dnsmessage | ||
| html | ||
| http | ||
| http2 | ||
| icmp | ||
| idna | ||
| internal | ||
| ipv4 | ||
| ipv6 | ||
| lif | ||
| nettest | ||
| netutil | ||
| proxy | ||
| publicsuffix | ||
| quic | ||
| route | ||
| trace | ||
| webdav | ||
| websocket | ||
| xsrftoken | ||
| .gitattributes | ||
| .gitignore | ||
| codereview.cfg | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| PATENTS | ||
| README.md | ||
Go Networking
This repository holds supplementary Go networking packages.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.