-
Notifications
You must be signed in to change notification settings - Fork 588
windows: add cmsghdr and pktinfo structures #246
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
Conversation
database64128
commented
Mar 15, 2025
•
edited
Loading
edited
- CMSGHDR from ws2def.h, corresponds to Cmsghdr in unix
- IN_PKTINFO from ws2ipdef.h, corresponds to InetPktinfo in unix
- IN6_PKTINFO from ws2ipdef.h, corresponds to Inet6Pktinfo in unix
This PR (HEAD: 7369f7e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/658175. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Chen: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Lance Taylor: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-03-16T00:53:39Z","revision":"4d5a1d5ae6ae0f1cbc9dd69931bbd6c43c4c6cb4"} Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Lance Taylor: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Alex Brainman: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Chen: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Alex Brainman: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Chen: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Quim Muntal: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
- CMSGHDR from ws2def.h, corresponds to Cmsghdr in unix - IN_PKTINFO from ws2ipdef.h, corresponds to InetPktinfo in unix - IN6_PKTINFO from ws2ipdef.h, corresponds to Inet6Pktinfo in unix
7369f7e
to
7377c79
Compare
This PR (HEAD: 7377c79) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/658175. Important tips:
|
Message from Ian Chen: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Ian Chen: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Alex Brainman: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-03-23T01:23:44Z","revision":"eec3c5aab96a88594348d98b3833f9ff3f0ebf44"} Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Alex Brainman: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
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/658175. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Alex Brainman: Patch Set 2: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
Message from Cherry Mui: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/658175. |
- CMSGHDR from ws2def.h, corresponds to Cmsghdr in unix - IN_PKTINFO from ws2ipdef.h, corresponds to InetPktinfo in unix - IN6_PKTINFO from ws2ipdef.h, corresponds to Inet6Pktinfo in unix Change-Id: I74f6812588859c3a6080e6675df28998fc435965 GitHub-Last-Rev: 7377c79 GitHub-Pull-Request: #246 Reviewed-on: https://go-review.googlesource.com/c/sys/+/658175 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alex Brainman <[email protected]>
This PR is being closed because golang.org/cl/658175 has been merged. |