commit | d1abdad3a4e261d40157caf02c88c3ec80719ac2 | [log] [tgz] |
---|---|---|
author | Jordan Whited <jordan@tailscale.com> | Mon Jun 26 22:34:47 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Jun 27 15:33:31 2023 +0000 |
tree | a8d78e1b2cd32ff344adcf74954dd8dd94f4dccc | |
parent | 2b751ddc668a14c2c680cdbf6281c0ec6add8161 [diff] |
unix/linux: update TUN flags and virtio_net_hdr constants TUN_F_USO{4,6} and VIRTIO_NET_HDR_GSO_UDP_L4 are new in Linux v6.2. Change-Id: I7e3dc34118d1c03afeb87fb8699d8167a6e49b7f GitHub-Last-Rev: c658b9bf0f669015f2b4413c0df43102b3875dc3 GitHub-Pull-Request: golang/sys#165 Reviewed-on: https://go-review.googlesource.com/c/sys/+/506455 Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
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 sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.