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

quic: increase timeout and keep alive #4695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0x0ece
Copy link

@0x0ece 0x0ece commented Jan 29, 2025

Note: reopening #4585, reverted in #4637, to investigate CI issues

Problem

Quic timeout and keep alive are very low.
When a validator is not leader, it still has thousands of connections open that are not expected to send any data.
Because keep alive is 1s, each client sends a quic ping every second, which is a lot of unnecessary traffic.

Summary of Changes

Increased timeout to 30s and keep alive to 20s.

@mergify mergify bot requested a review from a team January 29, 2025 22:29
@0x0ece 0x0ece force-pushed the quic-timeout-2 branch 2 times, most recently from fc4952e to 0a2de44 Compare January 30, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant