From b8398cf0042ed0740212820d1ba60a2fc77408bc Mon Sep 17 00:00:00 2001 From: Florent <36513774+florent-uzio@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:09:21 +0900 Subject: [PATCH] docs(rippled-example.cfg): add P2P link compression (#4753) P2P link compression is a feature added in 1.6.0 by #3287. https://xrpl.org/enable-link-compression.html If the default changes in the future - for example, as currently proposed by #4387 - the comment will be updated at that time. Fix #4656 --- cfg/xahaud-example.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cfg/xahaud-example.cfg b/cfg/xahaud-example.cfg index 78e9a105c..42c3ee0ba 100644 --- a/cfg/xahaud-example.cfg +++ b/cfg/xahaud-example.cfg @@ -387,6 +387,21 @@ # # # +# [compression] +# +# true or false +# +# true - enables compression +# false - disables compression [default]. +# +# The rippled server can save bandwidth by compressing its peer-to-peer communications, +# at a cost of greater CPU usage. If you enable link compression, +# the server automatically compresses communications with peer servers +# that also have link compression enabled. +# https://xrpl.org/enable-link-compression.html +# +# +# # [ips] # # List of hostnames or ips where the XRPL protocol is served. A default