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
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