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

Fast reconnection after being disconnected #7

Open
Arkanosis opened this issue Aug 23, 2015 · 1 comment
Open

Fast reconnection after being disconnected #7

Arkanosis opened this issue Aug 23, 2015 · 1 comment
Assignees
Milestone

Comments

@Arkanosis
Copy link
Owner

Add a new flag for the number of fast reconnection attempts (default… maybe 3 ?) that ignore the reconnection delay if the previous connection has been successful.

This is to avoid having to wait for minutes in case the connection has been lost for a few seconds only (this typically happens quite often when using a reverse SSH tunnel over a HTTP proxy).

@Arkanosis Arkanosis self-assigned this Aug 23, 2015
@Arkanosis Arkanosis added this to the 1.0 milestone Aug 23, 2015
@Arkanosis
Copy link
Owner Author

Even better: the -n flag should accept a comma-separated list of delays for connection attempts.

For example -n 10,30,300 means that the second attempt happens after 10 seconds, the third after 30 seconds and subsequent attempts are separated with 300 seconds.

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

No branches or pull requests

1 participant