-
Notifications
You must be signed in to change notification settings - Fork 961
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
Simplified handling of idle connections #4306
Labels
tracking-issue
Issues which are the entry point to bigger projects.
Comments
thomaseizinger
changed the title
swarm: rework handling of idle connections
Tracking issue for simplified handling of idle connections
Sep 19, 2023
thomaseizinger
changed the title
Tracking issue for simplified handling of idle connections
Simplified handling of idle connections
Sep 19, 2023
thomaseizinger
added
tracking-issue
Issues which are the entry point to bigger projects.
and removed
help wanted
difficulty:hard
labels
Sep 19, 2023
This was referenced Sep 20, 2023
All done! 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
For a longer discussion see #3353 (comment).
With #3844, we are deprecating
KeepAlive::Until
. With #4121, users can configure aSwarm
-wide idle timeout that activates once allConnectionHandler
s reportKeepAlive::No
.Tasks
KeepAlive::Until
#3844idle_connection_timeout
config option #4121Motivation
Easier idle connection management for custom protocols. In particular, most users should not need to deal with idle connections and keep alive tracking but it should just work out of the box.
The text was updated successfully, but these errors were encountered: