Files
xahaud/src/ripple/core
Gregory Tsipenyuk 758a3792eb Add protocol message compression support:
* Peers negotiate compression via HTTP Header "X-Offer-Compression: lz4"
* Messages greater than 70 bytes and protocol type messages MANIFESTS,
  ENDPOINTS, TRANSACTION, GET_LEDGER, LEDGER_DATA, GET_OBJECT,
  and VALIDATORLIST are compressed
* If the compressed message is larger than the uncompressed message
  then the uncompressed message is sent
* Compression flag and the compression algorithm type are included
  in the message header
* Only LZ4 block compression is currently supported
2020-04-06 17:22:59 -07:00
..
2017-08-10 15:55:46 -07:00
2019-11-27 16:58:56 -08:00
2018-03-24 12:53:53 -07:00
2020-04-06 17:22:23 -07:00