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

Feat add tcp keepalive configuration #1075

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bburnichon
Copy link

@bburnichon bburnichon commented Oct 24, 2023

I came across the same issue as #853 (albeit with another keepalive value). It would then also allowing to fix #854

This PR solves it via adding a way to configure tcp keepalive to whatever needed.

For tls, you would need to change the configuration before switching to tls configuration.

@jq-rs
Copy link

jq-rs commented Dec 1, 2023

Configurable keepalive is way better than any default value, looks good!

@jq-rs jq-rs mentioned this pull request Dec 1, 2023
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.

Add support for TCP keepalive via configuration
2 participants