commit | 77708f716e46255944251965f8240a0eab01e099 | [log] [tgz] |
---|---|---|
author | Richard Miller <millerresearch@gmail.com> | Thu Jul 04 16:47:43 2024 +0100 |
committer | Than McIntosh <thanm@google.com> | Fri Jul 05 10:47:41 2024 +0000 |
tree | 3fd69f5408aa8f9d9fec4635c23bd89cb4265277 | |
parent | 9617c6335bca5e4e80949a5b1dbe43273260e8a3 [diff] |
quic: skip tests which depend on unimplemented UDP functions on Plan 9 The ReadMsgUDP and WriteMsgUDP methods of UDPConn are not implemented (yet?) on Plan 9. Skip tests which require them. Fixes golang/go#68288 Change-Id: Ic6c81b19322d589c10b16da61e9b89284294be05 Reviewed-on: https://go-review.googlesource.com/c/net/+/596795 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Than McIntosh <thanm@google.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.