docs: update discovery behaviour — targeted unicast replies, not multicast

Document that immediate re-announcements go directly to the triggering peer
(unicast) rather than to the multicast group, and explain the two conditions
that trigger a reply: new peer and restarted peer (site_id change).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 04:35:28 +00:00
parent a5198e84d2
commit f3a6be0701
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# discovery_cli
A development tool for testing the UDP multicast discovery layer. Announces a node on the local network and prints peers as they appear and disappear.
A development tool for testing the discovery layer. Announces a node on the local network via UDP multicast and prints peers as they appear and disappear.
---