eduvpn / android

Android eduVPN application
https://play.google.com/store/apps/details?id=nl.eduvpn.app&hl=en
GNU General Public License v3.0
129 stars 44 forks source link

"Force TCP" does not result in OpenVPN connection to profile prefering WireGuard #352

Closed ghost closed 2 years ago

ghost commented 2 years ago

When connecting to a profile that prefers to use WireGuard the client will still use WireGuard even when "force tcp" is enabled.

ghost commented 2 years ago

It seems more subtle. It seems to (always) keep the same protocol it selected the first time it connected to a profile...

ghost commented 2 years ago

Or... the "Force TCP" option change is ignored (in either direction)?

fantostisch commented 2 years ago

When changing the "Force TCP" option from the connection status screen, the setting was only applied when disconnecting, going back and selecting the server again. Fixed in https://github.com/eduvpn/android/pull/349/commits/3266f8f9eca2fc185cf0ed40df9fdeceb8b9bcd1.

fantostisch commented 2 years ago

Fix has been merged, issue can be closed.