Skip to content

Commit

Permalink
ecal ini file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Nov 15, 2023
1 parent fca568c commit c829ded
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions ecal/core/cfg/ecal.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
;
; npcap_enabled = false Enable to receive UDP traffic with the Npcap based receiver
;
; tcp_pubsub_num_executor_reader = 4 Tcp_pubsub reader amount of threads that shall execute workload
; tcp_pubsub_num_executor_writer = 4 Tcp_pubsub writer amount of threads that shall execute workload
; tcp_pubsub_max_reconnections = 5 Tcp_pubsub reconnection attemps the session will try to reconnect in
; case of an issue (a negative value means infinite reconnection attemps)
; tcp_pubsub_num_executor_reader = 4 Tcp_pubsub reader amount of threads that shall execute workload
; tcp_pubsub_num_executor_writer = 4 Tcp_pubsub writer amount of threads that shall execute workload
; tcp_pubsub_max_reconnections = 5 Tcp_pubsub reconnection attemps the session will try to reconnect in
; case of an issue (a negative value means infinite reconnection attemps)
;
; host_group_name = Common host group name that enables interprocess mechanisms across
; (virtual) host borders (e.g, Docker); by default equivalent to local host name
; host_group_name = Common host group name that enables interprocess mechanisms across
; (virtual) host borders (e.g, Docker); by default equivalent to local host name
; --------------------------------------------------

[network]
Expand Down Expand Up @@ -68,13 +68,13 @@ tcp_pubsub_num_executor_reader = 4
tcp_pubsub_num_executor_writer = 4
tcp_pubsub_max_reconnections = 5

host_group_name =
host_group_name =

; --------------------------------------------------
; COMMON SETTINGS
; --------------------------------------------------
; registration_timeout = 60000 Timeout for topic registration in ms (internal)
; registration_refresh = 1000 Topic registration refresh cylce (has to be smaller then registration timeout !)
; registration_timeout = 60000 Timeout for topic registration in ms (internal)
; registration_refresh = 1000 Topic registration refresh cylce (has to be smaller then registration timeout !)

; --------------------------------------------------
[common]
Expand Down Expand Up @@ -183,17 +183,16 @@ filter_excl = ^eCALSysClient$|^eCALSysGUI$|^eCALSys$
; --------------------------------------------------
; EXPERIMENTAL SETTINGS
; --------------------------------------------------
; shm_monitoring_enabled = false Enable distribution of monitoring/registration information via shared memory
; shm_monitoring_domain = ecal_monitoring Domain name for shared memory based monitoring/registration
; shm_monitoring_queue_size = 1024 Queue size of monitoring/registration events
; network_monitoring_disabled = false Disable distribution of monitoring/registration information via network
; shm_monitoring_enabled = false Enable distribution of monitoring/registration information via shared memory
; shm_monitoring_domain = ecal_monitoring Domain name for shared memory based monitoring/registration
; shm_monitoring_queue_size = 1024 Queue size of monitoring/registration events
; network_monitoring_disabled = false Disable distribution of monitoring/registration information via network
;
; drop_out_of_order_messages = false Enable dropping of payload messages that arrive out of order
; --------------------------------------------------
[experimental]
shm_monitoring_enabled = false
shm_monitoring_domain = ecal_mon
shm_monitoring_queue_size = 1024
network_monitoring_disabled = false

shm_monitoring_enabled = false
shm_monitoring_domain = ecal_mon
shm_monitoring_queue_size = 1024
network_monitoring_disabled = false
drop_out_of_order_messages = false

0 comments on commit c829ded

Please sign in to comment.