mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
e3f97e2362
This commit refines the `NetworkData::Publisher` to differentiate between DNS/SRP unicast entries based on whether the address information resides in service data (part of service TLV) or server data (part of server sub-TLV). Additionally, if another BR adds a service data unicast entry, `Publisher` will zero out the desired count for server data unicast entries, effectively removing any previously published server data unicast entries. The `test_netdata_publisher` has been updated to validate all the newly added behaviors.