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

tcp_defer_accept option support for FreeBSD. #4049

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

devnexen
Copy link
Contributor

@devnexen devnexen commented Feb 7, 2021

SO_ACCEPTFILER acts similarly as Linux's TCP_DEFER_ACCEPT.

SO_ACCEPTFILER acts similarly as Linux's TCP_DEFER_ACCEPT.
@codecov
Copy link

codecov bot commented Feb 7, 2021

Codecov Report

Merging #4049 (97ef7eb) into master (289e673) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4049      +/-   ##
==========================================
+ Coverage   47.73%   47.75%   +0.02%     
==========================================
  Files          71       71              
  Lines       14279    14279              
==========================================
+ Hits         6816     6819       +3     
+ Misses       7463     7460       -3     
Impacted Files Coverage Δ
src/server/port.cc 49.72% <ø> (ø)
src/protocol/base.cc 63.39% <0.00%> (+1.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 289e673...97ef7eb. Read the comment docs.

@matyhtf matyhtf merged commit 02126e8 into swoole:master Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants