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

net: use KeepAliveConfig from standard net package #965

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

Choraden
Copy link
Contributor

With new go version we were given more intelligent KeepAliveConfig. Using it in forwarder.Listener will allow users for custom TCP keepalive settings. By default we will remain with OS-specific parameters.

With new go version we were given more intelligent KeepAliveConfig.
Using it in forwarder.Listener will allow users for custom TCP keepalive settings.
By default we will remain with OS-specific parameters.
@Choraden Choraden requested a review from mmatczuk November 26, 2024 15:40
@mmatczuk
Copy link
Contributor

Nice to see my hacks go away

Copy link
Contributor

@mmatczuk mmatczuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmatczuk mmatczuk merged commit b58edfc into main Nov 26, 2024
6 checks passed
@mmatczuk mmatczuk deleted the hg/tcp_keepalive_settings branch November 26, 2024 15: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.

2 participants