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

opt: disable SO_REUSEPORT on Unix domain sockets #584

Merged
merged 4 commits into from
Apr 21, 2024
Merged

Conversation

panjf2000
Copy link
Owner

Fixes #581

@github-actions github-actions bot added the enhancement New feature or request label Apr 21, 2024
Copy link

codecov bot commented Apr 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.11%. Comparing base (4033b47) to head (a07b577).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #584      +/-   ##
==========================================
+ Coverage   79.08%   79.11%   +0.02%     
==========================================
  Files          25       25              
  Lines        2252     2255       +3     
==========================================
+ Hits         1781     1784       +3     
  Misses        325      325              
  Partials      146      146              
Flag Coverage Δ
unittests 79.11% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@panjf2000 panjf2000 changed the title opt: don't disable SO_REUSEPORT on DragonFlyBSD opt: disable SO_REUSEPORT on Unix domain sockets Apr 21, 2024
@panjf2000 panjf2000 merged commit fcc7933 into dev Apr 21, 2024
33 checks passed
@panjf2000 panjf2000 deleted the reuseport-unix branch April 21, 2024 12:03
leslie-fei pushed a commit to leslie-fei/gnet that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't use SO_REUSEPORT on Unix domain sockets
1 participant