ooni / minivpn

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

investigate what's the actual usable MTU for netstack.NetTUN #26

Open ainghazal opened 1 year ago

ainghazal commented 1 year ago

right now, the implementation is setting up a rough mtu for the virtual tun device, just substracting an arbitrary quantity from he mtu that the server announces. we should investigate how to properly define this MTU.