Skip to content

Commit

Permalink
DEFAULT_CONFIG.json5: fix 'ros_localhost_only' config example
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Jan 29, 2024
1 parent cd66b79 commit d2cdfc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
// domain: 0,

////
//// localhost_only: If set to true, the DDS discovery and traffic will occur only on the localhost interface (127.0.0.1).
//// By default set to false, unless the "ROS_LOCALHOST_ONLY=1" environment variable is defined.
//// ros_localhost_only: If set to true, the DDS discovery and traffic will occur only on the localhost interface (127.0.0.1).
//// By default set to false, unless the "ROS_LOCALHOST_ONLY=1" environment variable is defined.
////
// localhost_only: true,
// ros_localhost_only: true,

////
//// shm_enabled: If set to true, the DDS implementation will use Iceoryx shared memory.
Expand Down

0 comments on commit d2cdfc1

Please sign in to comment.