-
Notifications
You must be signed in to change notification settings - Fork 578
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
unix: add Connectx for darwin #215
Conversation
This PR (HEAD: 88c1a14) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/606155. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
88c1a14
to
8520496
Compare
This PR (HEAD: 8520496) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/606155. Important tips:
|
Message from Ian Chen: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Ian Lance Taylor: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
8520496
to
54a7689
Compare
This PR (HEAD: 54a7689) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/606155. Important tips:
|
54a7689
to
73e4230
Compare
This PR (HEAD: 73e4230) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/606155. Important tips:
|
Message from Ian Chen: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Ian Lance Taylor: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
connectx(2) can be used to initiate a connection with TCP Fast Open.
73e4230
to
31665b9
Compare
This PR (HEAD: 31665b9) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/606155. Important tips:
|
Message from Ian Chen: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Ian Lance Taylor: Patch Set 6: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-08-19T23:54:09Z","revision":"dd449ec1efa5c6f0e3edb3fc1bca0edb70a6fa67"} Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Ian Lance Taylor: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Go LUCI: Patch Set 6: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/606155. |
connectx(2) can be used to initiate a connection with TCP Fast Open. Change-Id: I113ee4dede7df1c01e16a0c07fec2b384b266cb0 GitHub-Last-Rev: 31665b9 GitHub-Pull-Request: #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 PR is being closed because golang.org/cl/606155 has been merged. |
connectx(2) can be used to initiate a connection with TCP Fast Open.