moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.1k stars 187 forks source link

go: use narrower UDPListener interface #515

Closed djs55 closed 3 years ago

djs55 commented 3 years ago

This is smaller and easier to get than a full *net.UDPConn.

Split from #514 in case I mess up the go.mod transition at the same time.

Unfortunately the CI builds the Go code under Linux but the Mac CI is broken, allowing this kind of breakage to slip through.

Signed-off-by: David Scott dave@recoil.org

simonferquel commented 3 years ago

PR passed on Docker Desktop side. Good to merge!