Skip to content

Implement ssh keep-alive for Tunnels C# SDK#527

Merged
klvnraju merged 2 commits intomainfrom
dev/nkotchar/SshKeepAlive
Apr 17, 2025
Merged

Implement ssh keep-alive for Tunnels C# SDK#527
klvnraju merged 2 commits intomainfrom
dev/nkotchar/SshKeepAlive

Conversation

@klvnraju
Copy link
Copy Markdown
Collaborator

@klvnraju klvnraju commented Apr 17, 2025

Implement support for keep alive messages in SSH layer. Providing KeepAliveIntervalInSeconds to the SDK will send keep-alive messages to the server at the specified interval. And calls the KeepAliveFailed event if the server does not respond to the keep-alive message.

derekbekoe
derekbekoe previously approved these changes Apr 17, 2025
Comment thread cs/src/Connections/ITunnelClient.cs Outdated
Comment thread cs/src/Connections/ITunnelHost.cs Outdated
Comment thread cs/src/Connections/TunnelConnection.cs Outdated
Comment thread cs/src/Connections/TunnelConnection.cs Outdated
Comment thread cs/src/Connections/TunnelConnection.cs Outdated
IlyaBiryukov
IlyaBiryukov previously approved these changes Apr 17, 2025
@klvnraju klvnraju dismissed stale reviews from IlyaBiryukov and derekbekoe via 1004f3b April 17, 2025 17:31
@klvnraju klvnraju merged commit b398df6 into main Apr 17, 2025
9 checks passed
@klvnraju klvnraju deleted the dev/nkotchar/SshKeepAlive branch April 17, 2025 17:56
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

Successfully merging this pull request may close these issues.

3 participants