Re: [go-nuts] golang.org/x/net/ipv4 windows support

2016-08-20 Thread Matt Harden
The relevant socket option seems to be supported in Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/hh285668(v=vs.85).aspx On Thu, Aug 18, 2016 at 8:33 AM wrote: > Does anyone know what it would take to implement the windows > ControlMessage functions for the golang.org/x/net/i

[go-nuts] golang.org/x/net/ipv4 windows support

2016-08-18 Thread bariman
Does anyone know what it would take to implement the windows ControlMessage functions for the golang.org/x/net/ipv4 package? I am using the ipv4 package to specify the outgoing interface index of UDP requests. The following example works correctly on linux but fails with not supported by window