Commit Graph

5 Commits

Author SHA1 Message Date
Patricio Whittingslow 33f492557a mdns+xnet: add test that replicates issue in cyw43439 2026-03-26 17:41:27 -03:00
Patricio Whittingslow c06a4fa99b mdns: add test that replicates issue in cyw43439 2026-03-26 15:54:45 -03:00
Patricio Whittingslow 493446244f mdns: avoid dropping large answers that could not be decoded completely 2026-03-17 16:36:00 -03:00
Patricio Whittingslow 3cdb0a83fd fix spurious endless mdns response 2026-03-16 15:59:52 -03:00
Pat Whittingslow bd645b5e1e Add mdns package and Client implementation (#55)
* add mdns

* define mdns.Client

* fix some mdns stuff

* refine dns package for use with mdns

* remove Querier and Responder and replace with Client

* add record setting methods on dns.record to reuse record buffer

* protect against unbounded client answer growth

* round off sharp mdns edges; reduce allocs

* add mutlicast to stacks; add xnet tests for mdns

* fix documentation on acceptmulticast field

* mdns working
2026-03-16 15:48:17 -03:00