Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
nmranet_constants.cxx
Go to the documentation of this file.
1
34#include "utils/constants.hxx"
35
37DEFAULT_CONST(remote_alias_cache_size, 10);
38
40DEFAULT_CONST(local_alias_cache_size, 3);
41
43DEFAULT_CONST(reserve_unused_alias_count, 0);
44
46DEFAULT_CONST(local_nodes_count, 2);
47
50DEFAULT_CONST(num_datagram_registry_entries, 2);
51
54DEFAULT_CONST(num_datagram_clients, 2);
55
58DEFAULT_CONST(num_stream_senders, 1);
59
62DEFAULT_CONST(num_memory_spaces, 5);
63
67DEFAULT_CONST_FALSE(enable_all_memory_space);
68
72DEFAULT_CONST_TRUE(node_init_identify);
73
76DEFAULT_CONST(bulk_alias_num_can_frames, 20);
77
80DEFAULT_CONST(stream_receiver_default_window_size, 2 * 1024);
#define DEFAULT_CONST(name, value)
Defines the default value of a constant.
Definition constants.hxx:77
#define DEFAULT_CONST_TRUE(name)
Sets the default value of a boolean constant to true.
#define DEFAULT_CONST_FALSE(name)
Sets the default value of a boolean constant to false.