cernekee / ics-openconnect

Android UI for OpenConnect VPN client
GNU General Public License v2.0
365 stars 130 forks source link

[FR] Manual setting of MTU #15

Open ildar opened 7 years ago

ildar commented 7 years ago

I have MTU set to 1406 for my corporate VPN, but that appears to be incorrect. If I set MTU to a lower size, everything works. Could you please add either:

  1. manual MTU size or
  2. a custom script execution after connection established.
nmav commented 7 years ago

An alternative would be using a later libopenconnect. These detect the real MTU after connection establishment.

dlenski commented 5 years ago

MTU determination has improved a lot as of OpenConnect v8.03, but something like openconnect --mtu=X should probably still be included as a last resort override.