
The msgfmt directive specifies the format Heartbeat[1] uses in wire.
msgfmt <classic/netstring>
Default is classic.
classic - Heartbeat will convert a message into a string and transmit in wire. Binary values are converted with a base64 library.
netstring - Binary messages will be transmitted directly. This is more efficient since it avoids conversion between string and binary values.
If not sure, choose classic (default).
| [1] | http://www.linux-ha.org/HeartbeatProgram |
This information provided courtesy of the Linux-HA project at http://linux-ha.org/