ooni / minivpn

A minimalistic OpenVPN implementation in Go
GNU General Public License v3.0
36 stars 6 forks source link

feat: observability improvements #29

Closed ainghazal closed 1 year ago

ainghazal commented 1 year ago

a few unrelated commits adding improvements in observability on client and pinger

ainghazal commented 1 year ago

thanks for the review! I'll keep an eye on more cases where select can avoid defensive "if" branches. pushed all the changes and a couple of new tests.