ooni / minivpn

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

retry loop for handshake in UDP mode #15

Closed ainghazal closed 1 year ago

ainghazal commented 2 years ago

as noted in #11, I probably should be smarter about retries in the handshake phase if in UDP mode. the current implementation is too optimistic in this sense - we should check what does the ref implementation do.

ainghazal commented 1 year ago

closing in favor of #32