Ice.Compression.Level
#1481
-
Usually I use rpc to fetch data, my rpc function like this: DATA d;
opprx->rpcfun(&d); Catch rpc port tcpdump -nn -X port 10000 -i eth0 Results of package size as below,
Obviously,it does not same to be in effect. How to use it ? |
Beta Was this translation helpful? Give feedback.
Answered by
pepone
Jun 1, 2023
Replies: 1 comment 3 replies
-
Ice never compresses messages smaller than 100 bytes, the endpoint on which the message is sent has to include See https://doc.zeroc.com/ice/3.7/ice-protocol-and-encoding/protocol-compression |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bernardnormier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ice never compresses messages smaller than 100 bytes, the endpoint on which the message is sent has to include
-z
compression flag.See https://doc.zeroc.com/ice/3.7/ice-protocol-and-encoding/protocol-compression