-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux: add tcp_cc_info and its related types #200
linux: add tcp_cc_info and its related types #200
Conversation
This PR (HEAD: b444e23) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/595676. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Leo Antunes: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-06-28T14:30:47Z","revision":"2b4704ed13a71ddaeaf2675dea2f1c4e3d2454c8"} Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
b444e23
to
9bee0b8
Compare
This PR (HEAD: 9bee0b8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/595676. Important tips:
|
Message from Leo Antunes: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 3: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-06-28T21:49:02Z","revision":"5699ebfdb277210ece47a9cb70c366afed7a65ac"} Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 3: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
9bee0b8
to
e587491
Compare
This PR (HEAD: e587491) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/595676. Important tips:
|
Message from Leo Antunes: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 4: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 4: -Hold Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Leo Antunes: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Leo Antunes: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
e587491
to
b8b8c44
Compare
This PR (HEAD: b8b8c44) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/595676. Important tips:
|
Message from Leo Antunes: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 5: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-09-16T21:29:13Z","revision":"321f15f46ecb53a41096aeeb87fc17cdbc6d29ff"} Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 5: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-09-16T21:48:36Z","revision":"321f15f46ecb53a41096aeeb87fc17cdbc6d29ff"} Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Ian Lance Taylor: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/595676. |
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: b8b8c44 GitHub-Pull-Request: #200 Reviewed-on: https://go-review.googlesource.com/c/sys/+/595676 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/595676 has been merged. |
Add the ability to retrieve congestion control information from a socket via TCP_CC_INFO.
Fixes golang/go#68232