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

Enable SO_REUSE{ADDR,PORT} for renderd TCP/IP server sockets #460

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

hummeltech
Copy link
Collaborator

@hummeltech hummeltech commented Jul 10, 2024

Otherwise renderd processes configured to use TCP/IP server sockets may need to wait until the address and/or port are released before restarting under certain circumstances (especially an ungraceful termination).

@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.30%. Comparing base (c4e3e62) to head (e9ad621).
Report is 6 commits behind head on master.

Files Patch % Lines
src/renderd.c 33.33% 6 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
+ Coverage   81.54%   84.30%   +2.76%     
==========================================
  Files          24       24              
  Lines        5645     5340     -305     
==========================================
- Hits         4603     4502     -101     
+ Misses       1042      838     -204     

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

@hummeltech hummeltech merged commit 03f335f into openstreetmap:master Jul 11, 2024
35 of 38 checks passed
@hummeltech hummeltech deleted the SO_REUSE branch July 11, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants