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.
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.
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