commit | 59665e5b431b8aea43003a9fba126c1d2f36a5d9 | [log] [tgz] |
---|---|---|
author | database64128 <free122448@hotmail.com> | Sun Aug 18 02:42:01 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Aug 20 16:08:27 2024 +0000 |
tree | 847e22b702c6b8fadfad71c0e1f308325553f595 | |
parent | a0c72efe2d1704645e6627b27e9b7e13c50e68f4 [diff] |
unix: add Connectx for darwin connectx(2) can be used to initiate a connection with TCP Fast Open. Change-Id: I113ee4dede7df1c01e16a0c07fec2b384b266cb0 GitHub-Last-Rev: 31665b9ad3b7ce01ac881d4df9d94957d37da67b GitHub-Pull-Request: golang/sys#215 Reviewed-on: https://go-review.googlesource.com/c/sys/+/606155 Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: 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.