Skip to content

Commit d15f5ce

Browse files
authored
Merge pull request #114 from sashacmc/formatting_fix
Formatting fix
2 parents 8a58ee9 + 744fbe4 commit d15f5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2025-07-11-Zenoh-Pico-Peer-to-peer-unicast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Alongside peer-to-peer unicast, we’ve implemented a multicast declaration feat
9292
* Use declared key expression, reducing bandwidth usage and improving throughput by up to **30%** for small payloads.
9393
* Implement write filtering, where publishers wait for at least one subscriber before sending messages.
9494

95-
This feature is disabled by default and can be enabled by setting `Z_FEATURE_MULTICAST_DECLARATIONS`to 1. It's off by default because, for it to work correctly, all existing nodes must redeclare all key expressions and subscriptions whenever a new node joins the network—which can lead to congestion.
95+
This feature is disabled by default and can be enabled by setting `Z_FEATURE_MULTICAST_DECLARATIONS` to 1. It's off by default because, for it to work correctly, all existing nodes must redeclare all key expressions and subscriptions whenever a new node joins the network—which can lead to congestion.
9696

9797
## Memory Allocation Improvements
9898

0 commit comments

Comments
 (0)