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: only enable SO_REUSEPORT on Linux and FreeBSD #580

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

panjf2000
Copy link
Owner

Fixes #579

@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 78.80%. Comparing base (bf7121d) to head (9acaad8).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #580      +/-   ##
==========================================
- Coverage   78.91%   78.80%   -0.11%     
==========================================
  Files          25       25              
  Lines        2248     2251       +3     
==========================================
  Hits         1774     1774              
- Misses        327      331       +4     
+ Partials      147      146       -1     
Flag Coverage Δ
unittests 78.80% <100.00%> (-0.11%) ⬇️

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 added the optimization Some small optimizations label Apr 21, 2024
@panjf2000 panjf2000 merged commit 39f6002 into dev Apr 21, 2024
33 of 34 checks passed
@panjf2000 panjf2000 deleted the reuseport-opt branch April 21, 2024 09:04
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 optimization Some small optimizations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent behaviors with SO_REUSEPORT on Linux and *BSD
1 participant