[...]
SET GLOBAL slave_compressed_protocol = 1;
On both master and slave. Then stop/start slave.
However, when I monitor the network usage, I see no reduction in network traffic. However, I tried compression via an ssh tunnel and saw a big reduction (ssh doing the compression, not MariaDB). So the traffic is definitely compressible.
[...]