commit | 48aad76ed3ac439edae50adb78dbdbc46080878a | [log] [tgz] |
---|---|---|
author | Leo Antunes <leo@costela.net> | Mon Sep 16 08:39:39 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 17 15:50:50 2024 +0000 |
tree | baa535f8f43cf76445aef6210b6ed97e4b50501f | |
parent | d58f986c8984f0fb072181b6c10da9a2d4f9287f [diff] |
linux: add tcp_cc_info and its related types Add the ability to retrieve congestion control information from a socket via TCP_CC_INFO. Fixes golang/go#68232 Change-Id: I2ea15928ec0e3192b670759bab4b659e62be553b GitHub-Last-Rev: b8b8c44f1f047fe6c60fae8adc695f2633dadd7c GitHub-Pull-Request: golang/sys#200 Reviewed-on: https://go-review.googlesource.com/c/sys/+/595676 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> 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.