panjf2000 / gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
https://gnet.host
Apache License 2.0
9.7k stars 1.04k forks source link

opt: don't disable SO_REUSEPORT on DragonFlyBSD #583

Closed panjf2000 closed 7 months ago

panjf2000 commented 7 months ago

Fixes #582

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.17%. Comparing base (39f6002) to head (c9f559c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #583 +/- ## ========================================== + Coverage 79.07% 79.17% +0.09% ========================================== Files 25 25 Lines 2251 2252 +1 ========================================== + Hits 1780 1783 +3 + Misses 325 323 -2 Partials 146 146 ``` | [Flag](https://app.codecov.io/gh/panjf2000/gnet/pull/583/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/panjf2000/gnet/pull/583/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | `79.17% <100.00%> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.