We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9cfa0 commit ffbe455Copy full SHA for ffbe455
zenoh/src/net/common.rs
@@ -29,10 +29,10 @@ impl AutoConnect {
29
pub(crate) fn gossip(config: &Config, what: WhatAmI, zid: ZenohIdProto) -> Self {
30
Self {
31
zid,
32
- matcher: *unwrap_or_default!(config.scouting().multicast().autoconnect().get(what)),
+ matcher: *unwrap_or_default!(config.scouting().gossip().autoconnect().get(what)),
33
strategy: *unwrap_or_default!(config
34
.scouting()
35
- .multicast()
+ .gossip()
36
.autoconnect_strategy()
37
.get(what)),
38
}
0 commit comments