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

Improve heartbeat mechanism to be able to detect when the server has "gone away" #166

Closed
demobox opened this issue Jan 16, 2015 · 1 comment

Comments

@demobox
Copy link

demobox commented Jan 16, 2015

From @hierynomus:

"The current heartbeat implementation will send SSG_MSG_IGNORE packets to the server, unfortunately those packets are “safe to ignore” and should not be responded to. So these work fine for telling the server you’re still there, but not for finding out whether the server itself is still there."

It would be great to have a heartbeat implementation that - similar to the ServerAliveInterval and ServerAliveCountMax settings in OpenSSH - could detect when the server side of the connection has gone down.

@demobox
Copy link
Author

demobox commented Jan 19, 2015

hierynomus closed this in a7802dd 14 hours ago

Awesomesauce! Thanks, @hierynomus!

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