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

net: missing Multicast UDP support for plan9 #17218

Closed
sirnewton01 opened this issue Sep 24, 2016 · 6 comments
Closed

net: missing Multicast UDP support for plan9 #17218

sirnewton01 opened this issue Sep 24, 2016 · 6 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Milestone

Comments

@sirnewton01
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version 1.7.1

What operating system and processor architecture are you using (go env)?

Plan9 (9front)

What did you do?

I attempted to open a UDP multicast socket using the API's in net.

What did you expect to see?

I was expecting to see that the support was there and multicast connections could be established.

What did you see instead?

Unfortunately, it produced an error indicating that the plan9 port doesn't support this.

@bradfitz
Copy link
Contributor

Sorry, the plan9 port is pretty immature.

@sirnewton01
Copy link
Contributor Author

I have a set of commits that implement it. I'm just trying to figure out how to get the gerrit stuff working.

@bradfitz bradfitz added this to the Go1.8Maybe milestone Sep 24, 2016
@sirnewton01
Copy link
Contributor Author

Here's a link to the code review:
https://go-review.googlesource.com/29750

@gopherbot
Copy link

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

@odeke-em odeke-em changed the title Multicast UDP support in net is missing for plan9 net: missing Multicast UDP support for plan9 Sep 24, 2016
@gopherbot
Copy link

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

@gopherbot
Copy link

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

@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 10, 2016
gopherbot pushed a commit that referenced this issue Oct 12, 2016
The new implementation parses the plan9 interface files
and builds Interface representations for the net package.

Updates #17218

Change-Id: I3199d18d9e96a17e922186c3abff1d7cd9cbec2e
Reviewed-on: https://go-review.googlesource.com/29963
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@golang golang locked and limited conversation to collaborators Oct 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Projects
None yet
Development

No branches or pull requests

4 participants