Value | Effect | Synonyms |
---|---|---|
yes | Use RPC calls to communicate with c-tree. | y, true, on, 1 |
no | Use standard c-tree client/server calls to communicate with c-tree. This option is recommended only for diagnostics purposes. | n, false, off, 0 |
Attribute | Description | Default value |
---|---|---|
crc | Indicates whether to enable CRC checks on the RPC data buffers that are sent/received over the network. It is recommended only for diagnostic purposes to detect faulty networks. Values: "yes" : Turns on CRC checks. "no" : Turns off CRC checks. | no |
<rpc crc="no">yes</rpc> |