-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: API to tweak IP level socket options #3684
Labels
Comments
I also feel want to have both socket and IP level option tweaking API sometimes. The problem to me is how designs nice and simple API because socket/IP level options contain tons of toggles; e.g., tons of member functions per ProtocolConn make me discourage... Labels changed: added priority-later, removed priority-triage. |
This is what your program prints on my Windows: ----------------- Input: 123 Input: read 123 456 Input: read 456 789 Input: read 789 panic: EOF ----------------- Is that correct output or not? Either way, please, provide simpler program that does not need any user input. And tell us what does new program prints when it runs, and what you expect it to print instead. I do not know anything about multicast, so you have to be specific. We could even use it to add new test to net package. BTW, your program crashes on my linux computer: panic: joinipv4group udp4 X.X.X.X: setsockopt: invalid argument goroutine 1 [running]: main.check(0x186344e0, 0x18634480) /root/t2/test.go:42 +0x46 main.main() /root/t2/test.go:17 +0xdd goroutine 2 [syscall]: created by runtime.main /root/hg/go/src/pkg/runtime/proc.c:221 goroutine 3 [syscall]: syscall.Syscall6() /root/hg/go/src/pkg/syscall/asm_linux_386.s:0 +0x27 syscall.EpollWait(0x6, 0x18638008, 0xa, 0xa, 0xffffffff, ...) /root/hg/go/src/pkg/syscall/env_unix.go:0 +0x78 net.(*pollster).WaitFD(0x18638000, 0x18601540, 0x0, 0x0, 0x0, ...) /root/hg/go/src/pkg/net/fd_linux.go:146 +0x10c net.(*pollServer).Run(0x18601540, 0x0) /root/hg/go/src/pkg/net/fd.go:236 +0xdf created by net.newPollServer /root/hg/go/src/pkg/net/newpollserver.go:35 +0x308 exit status 2 Alex |
Issue #3826 has been merged into this issue. |
read, writemsg on IPConn http://golang.org/cl/6426047/ go.net.ipv4 package proposal http://golang.org/cl/6482044/ |
Issue #3827 has been merged into this issue. |
This issue was closed by revision golang/net@d2e5a12. Status changed to Fixed. |
This issue was updated by revision golang/net@b073adc. R=dave CC=golang-dev https://golang.org/cl/10125044 |
The right URL is https://code.google.com/p/go/source/detail?r=b8dd04764dae&repo=net. I'll file a bug against Google Code. |
This was referenced Dec 8, 2014
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by abiola89:
The text was updated successfully, but these errors were encountered: