project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.47k stars 2k forks source link

[Feature] Make number of IP Addresses returned for discovered devices configurable #25389

Open sharadb-amazon opened 1 year ago

sharadb-amazon commented 1 year ago

Feature description

Some devices like TVs can advertise more than 5 IP Addresses over DNS-SD as part of Commissioner Discovery. However, the size of the IP Address array is fixed at just 5 for all use cases. See here: https://github.com/project-chip/connectedhomeip/blob/master/src/lib/dnssd/Resolver.h#L42 Proposal: Make this size configurable. Allow apps to specify how many IP Addresses they want to collect for devices they are interested in discovering.

Platform

all, core

Platform Version(s)

No response

Anything else?

No response

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.