Skip to content

Commit

Permalink
Update DEFAULT_CONFIG.json5 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkimsour authored Oct 14, 2024
1 parent b138de6 commit 292bfe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
// interface: "auto", // If not set or set to "auto" the interface if picked automatically
// /// Which type of Zenoh instances to automatically establish sessions with upon discovery on UDP multicast.
// /// Accepts a single value or different values for router, peer and client.
// /// Each value is bit-or-like combinations of "peer", "router" and "client".
// autoconnect: { router: "", peer: "router|peer" },
// /// Each value is an array containing values "peer", "router" and "client".
// autoconnect: { router: [], peer: ["router","peer"] },
// /// Whether or not to listen for scout messages on UDP multicast and reply to them.
// listen: true,
// },
Expand All @@ -225,8 +225,8 @@
// multihop: false,
// /// Which type of Zenoh instances to automatically establish sessions with upon discovery on gossip.
// /// Accepts a single value or different values for router, peer and client.
// /// Each value is bit-or-like combinations of "peer", "router" and "client".
// autoconnect: { router: "", peer: "router|peer" },
// /// Each value is an array containing values "peer", "router" and "client".
// autoconnect: { router: [], peer: ["router","peer"] },
// },
//},

Expand Down

0 comments on commit 292bfe1

Please sign in to comment.