Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Comments

Initial support for SVCB/HTTPS (unfinished).#80

Draft
gjherbiet wants to merge 1 commit intoDNS-OARC:mainfrom
restena:feature/svcb
Draft

Initial support for SVCB/HTTPS (unfinished).#80
gjherbiet wants to merge 1 commit intoDNS-OARC:mainfrom
restena:feature/svcb

Conversation

@gjherbiet
Copy link

Only "port" SVC parameter is supported.

Only "port" SVC parameter is supported.
p = extract_integer(&s, "priority", NULL);
if (p < 0)
return NULL;
if (p > 65536)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either p > 65535 or p >= 65536 would be more correct here.

@tobez tobez self-assigned this Jul 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants