Skip to content
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

x/net/ipv6: add support for windows #7174

Open
mikioh opened this issue Jan 22, 2014 · 9 comments
Open

x/net/ipv6: add support for windows #7174

mikioh opened this issue Jan 22, 2014 · 9 comments

Comments

@mikioh
Copy link
Contributor

mikioh commented Jan 22, 2014

It might be easy on both dragonfly and solaris, but not sure whether plan9 is an ipv6
compliant implementation.
@gopherbot
Copy link

Comment 1:

CL https://golang.org/cl/91770049 mentions this issue.

@mikioh
Copy link
Contributor Author

mikioh commented Apr 27, 2014

Comment 2:

This issue was updated by revision golang/net@9704df9.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/91770049

@mikioh
Copy link
Contributor Author

mikioh commented Apr 30, 2014

Comment 3:

We forgot to add both Getsockopt and Setsockopt functions into Go 1.3 syscall package.
So adding support for solaris would be in Go 1.4.

@gopherbot
Copy link

Comment 4 by tylerflint:

What do you mean "forgot"? The bits are there, but it's not included in the official
release?

@mikioh
Copy link
Contributor Author

mikioh commented May 1, 2014

Comment 5:

windows and solaris ports have a bit complicated way to access the kernel, not using
syscall directly, and for now there are no exposed syscall.Getsockopt and
syscall.Setsockopt functions on the solaris port.

@mikioh
Copy link
Contributor Author

mikioh commented Jun 23, 2014

Comment 6:

This issue was updated by revision e3e48cd.

Update issue #7175
LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/107280044

@gopherbot
Copy link

Comment 7:

CL https://golang.org/cl/121880043 mentions this issue.

@mikioh
Copy link
Contributor Author

mikioh commented Jul 30, 2014

Comment 8:

This issue was updated by revision 678ba85.

Update issue #7175
LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/107280044
»»»
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/121880043

@mikioh mikioh changed the title go.net/ipv6: support dragonfly, plan9, solaris x/net/ipv6: support plan9, solaris, windows Dec 11, 2014
@bradfitz bradfitz removed the new label Dec 18, 2014
@mikioh mikioh added repo-net and removed repo-net labels Dec 23, 2014
@mikioh mikioh changed the title x/net/ipv6: support plan9, solaris, windows ipv6: support plan9, solaris, windows Jan 4, 2015
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc removed the release-none label Apr 10, 2015
@rsc rsc changed the title ipv6: support plan9, solaris, windows x/net/ipv6: support plan9, solaris, windows Apr 14, 2015
@rsc rsc modified the milestones: Unreleased, Unplanned Apr 14, 2015
@rsc rsc removed the repo-net label Apr 14, 2015
@mikioh mikioh changed the title x/net/ipv6: support plan9, solaris, windows x/net/ipv6: support plan9, windows Oct 3, 2016
@mikioh mikioh changed the title x/net/ipv6: support plan9, windows x/net/ipv6: add support for windows Apr 28, 2017
@gopherbot
Copy link

Change https://golang.org/cl/76395 mentions this issue: ipv6: implement control messages on windows

tmm1 added a commit to tmm1/net that referenced this issue Nov 7, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 7, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 7, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 8, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 8, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 8, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 8, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Nov 8, 2017
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to tmm1/net that referenced this issue Mar 23, 2018
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to fancybits/go-net that referenced this issue Mar 23, 2018
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 25, 2018
Also exposes common socket option functions on Solaris.

Update golang#7174
Update golang#7175

LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/107280044
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 25, 2018
preparing for the syscall package freeze.

««« original CL description
syscall: consolidate, simplify socket options for Unix-like systems

Also exposes common socket option functions on Solaris.

Update golang#7174
Update golang#7175

LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/107280044
»»»

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/121880043
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 9, 2018
preparing for the syscall package freeze.

««« original CL description
syscall: consolidate, simplify socket options for Unix-like systems

Also exposes common socket option functions on Solaris.

Update golang#7174
Update golang#7175

LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/107280044
»»»

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/121880043
tmm1 added a commit to fancybits/go-net that referenced this issue Sep 19, 2018
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
tmm1 added a commit to fancybits/go-net that referenced this issue Sep 12, 2022
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
eric pushed a commit to fancybits/go-net that referenced this issue Dec 9, 2023
Fixes golang/go#7174

Change-Id: I49dc79f4a2ad1889287f77109db7bdc7d0e6db1f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants