• 0 Posts
  • 1 Comment
Joined 11 months ago
cake
Cake day: July 25th, 2023

help-circle
  • Monero uses http(s) for communication, so if/what compression algorithm is used is entirely up to the server sending packets. A random sample of 1 public remote node shows the default is no compression, but you can solve this as a remote node owner by running the node behind a reverse proxy (advisable regardless if your node will be public) that supports compression, or as a remote node user by just finding a node using compression.

    The reason why the default is no compression is possible an assumption of the node being on the same machine as wallet, or possibly separation of duties.

    As far as bandwidth / performance tradeoff, it is common to use a very time efficient algorithm such as gzip to compress http(s) traffic for moderate gains at negligible costs in a typical web use case.