17 #ifndef YAMICPP_OPTION_NAMES_H_INCLUDED 18 #define YAMICPP_OPTION_NAMES_H_INCLUDED 20 #include <yami4-core/dll.h> 25 namespace option_names
29 DLL
const char tcp_listen_backlog[] =
"tcp_listen_backlog";
30 DLL
const char tcp_reuseaddr[] =
"tcp_reuseaddr";
31 DLL
const char tcp_nonblocking[] =
"tcp_nonblocking";
32 DLL
const char tcp_connect_timeout[] =
"tcp_connect_timeout";
33 DLL
const char tcp_nodelay[] =
"tcp_nodelay";
34 DLL
const char tcp_keepalive[] =
"tcp_keepalive";
35 DLL
const char tcp_frame_size[] =
"tcp_frame_size";
36 DLL
const char udp_frame_size[] =
"udp_frame_size";
37 DLL
const char unix_listen_backlog[] =
"unix_listen_backlog";
38 DLL
const char unix_nonblocking[] =
"unix_nonblocking";
39 DLL
const char unix_frame_size[] =
"unix_frame_size";
40 DLL
const char file_nonblocking[] =
"file_nonblocking";
41 DLL
const char file_frame_size[] =
"file_frame_size";
43 #ifdef YAMI4_WITH_OPEN_SSL 44 DLL
const char ssl_certificate_file[] =
"ssl_certificate_file";
45 DLL
const char ssl_private_key_file[] =
"ssl_private_key_file";
46 #endif // YAMI4_WITH_OPEN_SSL 49 DLL
const char dispatcher_threads[] =
"dispatcher_threads";
50 DLL
const char connection_retries[] =
"connection_retries";
51 DLL
const char connection_retry_delay_spread[] =
"connection_retry_delay_spread";
52 DLL
const char outgoing_high_water_mark[] =
"outgoing_high_water_mark";
53 DLL
const char outgoing_low_water_mark[] =
"outgoing_low_water_mark";
54 DLL
const char incoming_high_water_mark[] =
"incoming_high_water_mark";
55 DLL
const char incoming_low_water_mark[] =
"incoming_low_water_mark";
56 DLL
const char deliver_as_raw_binary[] =
"deliver_as_raw_binary";
57 DLL
const char default_failover_timeout[] =
"default_failover_timeout";
63 #endif // YAMICPP_OPTION_NAMES_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27