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

Temporarily increase network_family_autoselection_attempt_timeout to 500ms #56738

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

Conversation

hvanness
Copy link

The timeout currently closes the connection instead of supporting parallel connections. This should be reset to 250ms if parallel connections are implemented as per RFC 8305.

This PR was initiated in this discussion, where @ShogunPanda suggested 300ms - 500ms timeout.

…500ms

The timeout currently closes the connection instead of supporting
parallel connections. This should be reset to 250ms if parallel
connections are implemented as per RFC 8305.
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jan 24, 2025
@hvanness
Copy link
Author

Please add notable-change label.
These docs will need to be updated

@mcollina mcollina requested a review from ShogunPanda January 24, 2025 09:13
@mcollina
Copy link
Member

Can you articulate why we should be doubling this? The other discussion is very long.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.21%. Comparing base (869ea33) to head (9de2507).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #56738      +/-   ##
==========================================
- Coverage   89.21%   89.21%   -0.01%     
==========================================
  Files         662      662              
  Lines      191968   191968              
  Branches    36952    36950       -2     
==========================================
- Hits       171269   171264       -5     
- Misses      13540    13545       +5     
  Partials     7159     7159              
Files with missing lines Coverage Δ
src/node_options.h 98.32% <100.00%> (ø)

... and 36 files with indirect coverage changes

@ShogunPanda
Copy link
Contributor

@hvanness Can you please update failing tests? Once you do that, this PR will LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants