Configuration Guide
|
Scope: | wildcard_receiver |
Type: | int |
When to Set: | Can only be set during object initialization. |
String value | Integer value | Description |
---|---|---|
"pcre" | LBM_WILDCARD_RCV_PATTERN_TYPE_PCRE | The pattern is a regular expression usable by PCRE (Perl Compatible Regular Expressions) library. Default for all. |
"regex" DEPRECATED in UM Version 6.1. | LBM_WILDCARD_RCV_PATTERN_TYPE_REGEX | The pattern is a regular expression usable by POSIX Extended Regular Expressions. |
"appcb" DEPRECATED in UM Version 6.1. | LBM_WILDCARD_RCV_PATTERN_TYPE_APP_CB | The wildcard receiver ignores the pattern and calls an application callback set by the pattern_callback (wildcard_receiver) option. |
Scope: | wildcard_receiver |
Type: | lbm_wildcard_rcv_create_func_t |
Default value: | NULL |
When to Set: | Can only be set during object initialization. |
Config File: | Cannot be set from an UM configuration file. |
Version: | This option was implemented in LBM 3.4/UME 2.1. |
Scope: | wildcard_receiver |
Type: | lbm_wildcard_rcv_delete_func_t |
Default value: | NULL |
When to Set: | Can only be set during object initialization. |
Config File: | Cannot be set from an UM configuration file. |
Version: | This option was implemented in LBM 3.4/UME 2.1. |
Scope: | wildcard_receiver |
Type: | lbm_ulong_t |
Units: | milliseconds |
Default value: | 1000 (1 second) |
When to Set: | Can only be set during object initialization. |
Scope: | wildcard_receiver |
Type: | lbm_ulong_t |
Units: | milliseconds |
Default value: | 1000 (1 second) |
When to Set: | Can only be set during object initialization. |
Version: | This option was implemented in LBM 4.0 |
Scope: | wildcard_receiver |
Type: | lbm_ulong_t |
Units: | seconds |
Default value: | 60 (1 minute) |
When to Set: | Can only be set during object initialization. |
Version: | This option was implemented in LBM 4.0 |
Scope: | wildcard_receiver |
Type: | lbm_ulong_t |
Units: | milliseconds |
Default value: | 50 (0.05 seconds) |
When to Set: | Can only be set during object initialization. |
Version: | This option was implemented in LBM 4.0 |
Scope: | context |
Type: | lbm_ulong_t |
Units: | advertisements |
Default value: | 0 |
When to Set: | Can only be set during object initialization. |
Version: | This option was implemented in LBM 4.0 |
Scope: | context |
Type: | lbm_uint64_t |
Units: | bits per second |
Default value: | 1000000 |
When to Set: | Can only be set during object initialization. |
Version: | This option was implemented in LBM 4.0 |
Scope: | context |
Type: | size_t |
Units: | map entries |
Default value: | 10273 |
When to Set: | Can only be set during object initialization. |