Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Quick reconnect on network change e.g. from or to wlan #37

Closed
GoogleCodeExporter opened this issue Mar 19, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

As far as i can see, the app is waiting for a disconnect. It should simply 
reconnect on change of network status... It should work with the 
NetworkReceiver and a BroadcastReceiver. But this is just a quick lookup. Found 
here: http:https://developer.android.com/training/basics/network-ops/managing.html


Thanks for this really great app! Maybe you put a supporter-paid-version to the 
market? I would pay for it!

Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 12:20

@GoogleCodeExporter
Copy link
Author

Here is a test version of the new version that incoperates the feature request. 
Can you test it if it works for you?

Original comment by [email protected] on 3 Jun 2012 at 12:59

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Attachments:

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision d02d5e74cefe.

Original comment by [email protected] on 3 Jun 2012 at 12:59

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Thank you! It seems to work. Its a very fast reconnection now. 

The only question I had while testing is: during reconnect the default route is 
the default route from the phone again. So all traffic is routet directly. This 
could be surprising somehow. Maybe there is a way to block or "park" traffic 
while reconnection is done. But maybe this is an vpn-android-api problem...

Thank you!

Original comment by [email protected] on 7 Jun 2012 at 6:02

@GoogleCodeExporter
Copy link
Author

Yes. You could have the old tun open until the new tun is requested from 
openvpn like a semipersistent tun but that not that trivial.

Original comment by [email protected] on 7 Jun 2012 at 9:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant