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

c-ares / c-ares / 11051153054
92%

Build:
DEFAULT BRANCH: main
Ran 26 Sep 2024 11:21AM UTC
Jobs 1
Files 177
Run time 5min
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

26 Sep 2024 11:18AM UTC coverage: 91.211% (+0.01%) from 91.199%
11051153054

push

github

web-flow
adig: set fallback TCP port (#891)

When got a truncated UDP packet and switch the query to TCP, use the
same port.

Fallback TCP port was always default 53.

Tested on e037002. Also existed before a41b85e.

To reproduce it, on Windows:
1. Build and launch a "parrot" DNS server, which just echo back the
query with `data[3] |= 0x82`, meaning with flag truncated is true. For
example on: `127.0.0.2:33053`.
2. Launch another DNS server, on `127.0.0.2:53`. Or use a packet capture
tool, like Wireshark.
3. Run `adig @127.0.0.2 -p 33053 google.com`. You will see the log
appears on TCP port 53.

Using a non-default port DNS server, `adig @127.0.0.2 -p 33053 -t txt
gitlab.com` is very likely to trigger it, as the answer would be very
long (rcvd: 1465).

Authored-By: @lifenjoiner

21908 of 24019 relevant lines covered (91.21%)

12081.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11051153054.1 26 Sep 2024 11:21AM UTC 0
59.41
GitHub Action Run
Source Files on build 11051153054
Detailed source file information is not available for this build.
  • Back to Repo
  • 80eb40f6 on github
  • Prev Build on main (#11043675485)
  • Next Build on main (#11181899530)
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