jumaris / sshtunnel

Automatically exported from code.google.com/p/sshtunnel
GNU General Public License v3.0
1 stars 0 forks source link

Continue retrying forever #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes the network will go down and a tunnel will be disconnected. But 
sshtunnel does not retry until the situation is resolved. It will eventually 
give up and not retry.

I would like it to retry on an exponential backoff schedule with a maximum of 5 
minutes between retries no matter how many times the connection fails.

Original issue reported on code.google.com by omnifari...@gmail.com on 12 Aug 2011 at 1:34

GoogleCodeExporter commented 8 years ago
On further use of the application, I realized that a lot of the message it 
gives are very misleading. It does continuously retry, though it does not use 
an exponential backoff algorithm to do so.

Original comment by omnifari...@gmail.com on 14 Aug 2011 at 4:53

GoogleCodeExporter commented 8 years ago
So, this issue should be closed.

Original comment by omnifari...@gmail.com on 14 Aug 2011 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by max.c...@gmail.com on 15 Aug 2011 at 12:50