-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Switch minmdns to use a single listening socket #27219
Switch minmdns to use a single listening socket #27219
Conversation
PR #27219: Size comparison from 643f7aa to fa7b811 Increases (7 builds for nrfconnect, psoc6, telink)
Decreases (33 builds for bl602, bl702, cc32xx, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #27219: Size comparison from 643f7aa to 7f12579 Increases (9 builds for psoc6, telink)
Decreases (34 builds for bl602, bl702, cc32xx, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #27219: Size comparison from 643f7aa to dfd873a Increases (10 builds for nrfconnect, psoc6, telink)
Decreases (34 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #27219: Size comparison from 643f7aa to e040c1c Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #27219: Size comparison from 643f7aa to a2c4533 Increases (8 builds for bl702, linux, nrfconnect, qpg)
Decreases (7 builds for bl602, cc32xx, linux, mbed, nrfconnect)
Full report (13 builds for bl602, bl702, cc32xx, linux, mbed, nrfconnect, qpg)
|
PR #27219: Size comparison from 643f7aa to dc5df2f Increases (2 builds for nrfconnect)
Decreases (2 builds for mbed, nrfconnect)
Full report (4 builds for mbed, nrfconnect)
|
Converted to draft: OpenIOT test failures seem to show that one of the listening/broadcasting logic changes may not yet properly work. Still investigating, however so far it seems:
Will need to figure out why host python and openiot do not seem to actually see each other still. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This means only a single query and reply should generally be seen (or 2 in the case of ipv4 support in parallel with IPv6), making minmdns dnssd implementation a lot less chatty.
Tested: