ooni / minivpn

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

WIP: reliability layer implementation #33

Closed ainghazal closed 1 year ago

ainghazal commented 1 year ago

this is a work in progress refactor that adds a reliability layer to the minivpn implementation. the driver for this change is to achieve resiliency in the presence of network perturbations that can disrupt both the handshake and later packet flow.

ainghazal commented 1 year ago

closing in favor of #37