ooni / minivpn

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

measure bootstrap time #4

Closed ainghazal closed 2 years ago

ainghazal commented 2 years ago

it'd be useful if the client can report the bootstrap time

ainghazal commented 2 years ago

this is not really needed: I think it's easier if the caller just initializes a RawDialer and measures the time for the Dial function. After that is done, NewDialer(raw) can be used.