Matt Layher
Matt Layher
Thank you for the PR and I apologize for the delay: I am mostly on hiatus from open source software development at the moment. However I intend to address this...
Hi there, I apologize for the delay. With the advent of v1.0.0, perhaps it might make sense to add timeout as a parameter to the `vsock.Config` struct. I made the...
Good to know! I'd like to loop back and make some contributions at some point. What you're doing in your netlink syscall code seems sane. If you're interested in making...
Basically, the netlink stack under the hood is leaning on https://golang.org/pkg/os/#File.SetDeadline to leverage the runtime network poller's ability to handle non-blocking system calls, timeouts, etc. Having Receive take a context...
No worries! I was just closing out things I had no intent of following up on. I do believe the current v1 should suit your needs, but if not, feel...
+1 for at least filing an issue with Go upstream to explain the use case.
Just found this repo again and wanted to mention that I did some DHCPv6 experiments once. https://github.com/mdlayher/dhcp6 Would love to help make this happen. PXE is awesome.
Excellent news! Happy to incorporate dgram mode as appropriate once the kernel APIs are ready to go.
This obviously exists now, but are more stats calls needed at this time?
I'm not sure what your plans are for implementing the update server, but I think it could be neat and resource efficient to use BitTorrent via MonoTorrent (https://github.com/mono/monotorrent) to distribute...