Table of Contents |
---|
...
type | property | default value | description |
---|---|---|---|
normal | lang | korean english | DRX language settings file
|
base-dir | DRX install path | Default path where DRX is installed | |
drbd-conf | Windows:
Linux:
| Specify the path to drbd.conf | |
connect-timeout | 10 | Timeout value in seconds after connecting to a remote DRX, while sending and receiving initialization packets | |
bwlimit | 0 (unlimited) | Bandwidth limit on sending (incoming bandwidth controlled by bwlimit value on remote DRX) | |
ip-verification | on | on: Allow only the IP connections set in dbd.conf. | |
log | loglevel-file | info | Specify the log level that is written as a file
|
loglevel-stdout | info | Specify the log level that is output to the screen in foreground mode | |
logfile-max-size | 10M | File size limit per log file | |
logfile-max-count | 10 | Maximum number of log files kept by type | |
performance-log | off | Whether to save performance statistics log | |
compress/encrypt | block-size | 63K | Block size to be used for compression/encryption
|
min-raw-block-size | 1K | Minimal packet size to send as plain text even when compression/encryption is set. | |
process-thread-count | -1 (auto) | Number of threads to use when processing multi-thread packets. ※ It is intended for tuning and debugging, so it is not recommended to make any changes. |
...
drx.conf |
---|
# DRBD Proxy configuration # Default path where DRX is installed # Specify the path to drbd.conf # Bandwidth limit on sending # Block size to be used for compression/encryption # Minimal packet size to send as plain text # Timeout value # Confirmation of binding IP that listens for connection # log levels: off < trace < debug < info < warning < error < critical # Specify the log level that is written as a file # File size limit per log file # Maximum number of log files kept by type # Whether to save performance statistics log # multi-threaded packet processing. default is auto(-1), disable to 0 |
...