ooni / minivpn

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

do not fail if we cannot parse raw incoming data #67

Open ainghazal opened 5 months ago

ainghazal commented 5 months ago

right now (under internal/packetmuxer) we will fail if we cannot correctly parse an incoming packet (for instance, if the incoming packet has bogus bytes prepended).

we need to continue receiving, and possibly log & trace this event.