• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

c-ares / c-ares / 11242518194
92%

Build:
DEFAULT BRANCH: main
Ran 08 Oct 2024 07:41PM UTC
Jobs 1
Files 178
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Oct 2024 07:38PM UTC coverage: 91.169% (-0.02%) from 91.193%
11242518194

push

github

web-flow
Improve socket function replacement subsystem (#894)

Some external users swap out the entire IP stack, such as
[Seastar](https://github.com/scylladb/seastar) that uses DPDK. So we
need to allow them to override all network stack functions used by
c-ares. Since we don't know what network functions may be needed in the
future, we need to make a versioned structure that can be expanded.
We'll need to disable any features in the future if the versioned
interface is less than is required to support any new features.

We recently had a regression when we added DNS Cookie support as we
relied on `getsockname()` to get the local source ip address, but we
were calling the native version since there was no registered callback
available. We will mark this as optional and just skip this step in DNS
Cookie invalidation if its not available for the legacy api users.

Supersedes #893 
Authored-By: Brad House (@bradh352)

178 of 216 new or added lines in 10 files covered. (82.41%)

3 existing lines in 1 file now uncovered.

21989 of 24119 relevant lines covered (91.17%)

11909.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11242518194.1 08 Oct 2024 07:40PM UTC 0
59.46
GitHub Action Run
Source Files on build 11242518194
Detailed source file information is not available for this build.
  • Back to Repo
  • 02745437 on github
  • Prev Build on main (#11183807909)
  • Next Build on main (#11242783466)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc