-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support embedded control socket on Windows #23
Comments
I'm afraid this still isn't enough to easily make a |
I would like to implement this, can you give some more info on where to start? |
@lu4p - Hi. This is a bit of work. I've played with it some, and you'll end up using syscalls to winsock APIs among other things. At first it seems trivial to take a socket handle and create a |
Adding help wanted tag. Until the Go issues mentioned in the PR at #13 are done, this would be a manual effort w/ syscall. |
Now that golang/go#24331 landed, have a Windows version that creates a
syscall.RawConn
from the socket and implement the rest ofnet.Conn
w/ dummy stuff. Also update the README and package docs.The text was updated successfully, but these errors were encountered: