varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

connection: Enable access to underlying net.Conn #31

Closed erincandescent closed 1 year ago

erincandescent commented 2 years ago

This allows applications to do authenticatication via Unix SO_PEERCREDS, for example

haraldh commented 1 year ago

Thanks!