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

Use SOCK_NONBLOCK to reduce system calls for outgoing connections #293

Merged
merged 4 commits into from
Apr 30, 2024

Resolve comments

707cf1d
Select commit
Failed to load commit list.
Merged

Use SOCK_NONBLOCK to reduce system calls for outgoing connections #293

Resolve comments
707cf1d
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Apr 25, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

Attention: Patch coverage is 70.83333% with 7 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (unstable@f4f1bd6). Click here to learn what that means.

Additional details and impacted files
@@             Coverage Diff             @@
##             unstable     #293   +/-   ##
===========================================
  Coverage            ?   68.44%           
===========================================
  Files               ?      108           
  Lines               ?    61558           
  Branches            ?        0           
===========================================
  Hits                ?    42136           
  Misses              ?    19422           
  Partials            ?        0           
Files Coverage Δ
src/unix.c 74.32% <ø> (ø)
src/anet.c 70.41% <70.83%> (ø)