You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll preface this by saying that I do not know SSH well enough to know if this is a feature or a bug.
I have a russh client configured with an inactivity timeout of 60s. The server we're communicating with sends keepalives every 15s. My expectation is the session would be dropped after 60s, but this does not happen as the client is responding to the keepalives and this response resets the inactivity timer.
I see that sending a keepalive request does not reset the inactivity timer, so should it be true that responding to a keepalive does reset the timer?
The text was updated successfully, but these errors were encountered:
I'll preface this by saying that I do not know SSH well enough to know if this is a feature or a bug.
I have a russh client configured with an inactivity timeout of 60s. The server we're communicating with sends keepalives every 15s. My expectation is the session would be dropped after 60s, but this does not happen as the client is responding to the keepalives and this response resets the inactivity timer.
I see that sending a keepalive request does not reset the inactivity timer, so should it be true that responding to a keepalive does reset the timer?
The text was updated successfully, but these errors were encountered: