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

LwipWrapper - let the user manage DNS servers #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JAndrassy
Copy link
Contributor

lwip is compiled for only two DNS server entries (DNS_MAX_SERVERS).
CNetIf attempted to add DNS servers forever with repeated calls for config and setDNS. and getter dnsIP(n) didn't work as expected.
the best way is to let the library user manage the DNS servers for static IP configuration.

btw: DHCP sets the DNS servers starting from 0

lwip is compiled for only two DNS server entries.
adding more doesn't work
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants